COLOR #001B60

HEX: #001B60
RGB: (0,27,96)

Color info

#001B60 contains mainly blue color. Web safe color of #001B60 is #003366 (or #036).

RGB color model

#001B60 color RGB value is (0,27,96).

  • red value is 0;
  • green value is 27;
  • blue value is 96.
RGB:
(0,27,96)
(0%,11%,38%)

RGB channels and saturation

R 0 of 255 = 0%
G 27 of 255 = 11%
B 96 of 255 = 38%

0
27
96

R + G + B ~ 16%. #001B60 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 27 + 96 = 123 (100%)
R 0 of 123 ~ 0%
G 27 of 123 ~ 21.95%
B 96 of 123 ~ 78.05%

%21.95
%78.05

CMYK color model

#001B60 color CMYK value is (100,72,0,62).

  • cyan value is 100.00%
  • magenta value is 71.88%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(100,72,0,62)
C100M72Y0K62 
(100%,72%,0%,62%)
(1.00/0.72/0.00/0.62)	

CMYK percentages

%100
%71.88
%0
%62.35

Codes

Color #001B60 in popluar color models

001B60
RGB02796
HSL223°100.00%18.82%
HSB/HSV223°100.00%37.65%
CMYK100.00%71.88%0.00%
62.35%

Color #001B60 in popluar number systems.

HEX001B60
Decimal02796
Binary0110111100000
Octal033140

Shades and tints

Shades of #001B60

#001B60
(0,27,96)
#001958
(0,25,88)
#001750
(0,23,80)
#001548
(0,21,72)
#001340
(0,19,64)
#001138
(0,17,56)
#000F30
(0,15,48)
#000D28
(0,13,40)
#000B20
(0,11,32)
#000918
(0,9,24)
#000710
(0,7,16)
#000000
(0,0,0)

Tints of #001B60

#001B60
(0,27,96)
#172F6E
(23,47,110)
#2E437C
(46,67,124)
#45578A
(69,87,138)
#5C6B98
(92,107,152)
#737FA6
(115,127,166)
#8A93B4
(138,147,180)
#A1A7C2
(161,167,194)
#B8BBD0
(184,187,208)
#CFCFDE
(207,207,222)
#E6E3EC
(230,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001B60 color. Also use rgb(0,27,96) instead hex code.

Text Font Color

.myTextColor { color: #001B60; }

<p style="color:#001B60">This sample text font color is #001B60.</p>

This text font color is #001B60.


Background Color

.myBgColor { background-color: #001B60; }

<div style="background-color:#001B60">Inner text</div>

This div background color is #001B60.


Border color

.myBorderColor { border: 1px solid #001B60; }

<div style="border:3px solid #001B60">Div</div>

This div border color is #001B60.


Opacity

.myOpacity80 { color: #001B60; opacity: 0.8; }

<p style="color:#001B60;opacity:0.8;">80%</p>

Text with #001B60 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #001B60;}

<p style="text-shadow: 3px 3px 1px #001B60">Text here.</p>

This text has shadow with #001B60 color.

.textShadow {text-shadow: 3px 3px 1px #001B60, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #001B60, 5px 5px 20px red">Text here.</p>

This text has shadow with #001B60 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#001B60, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#001B60, Direction=45, Strength=4)">Text</p>

This text has shadow with #001B60 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #001B60;
  -webkit-box-shadow:	1px 1px 3px 2px #001B60;
  box-shadow:		1px 1px 3px 2px #001B60;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #001B60;
-webkit-box-shadow: 1px 1px 3px 2px #001B60;
box-shadow:1px 1px 3px 2px #001B60;">
Div content here</div>
This div box has shadow with color #001B60.

Preview

Color preview on black background

This text has color #001B60 on black background.


Color preview on white background

This text has color #001B60 on white background.



Black color preview on #001B60 background

This text has black color on #001B60 background.


White color preview on #001B60 background

This text has white color on #001B60 background.