COLOR #001B62

HEX: #001B62
RGB: (0,27,98)

Color info

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

RGB color model

#001B62 color RGB value is (0,27,98).

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

RGB channels and saturation

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

0
27
98

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

Portions of RGB colors in percentages

R + G + B =
0 + 27 + 98 = 125 (100%)
R 0 of 125 ~ 0%
G 27 of 125 ~ 21.6%
B 98 of 125 ~ 78.4%

%21.6
%78.4

CMYK color model

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

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

CMYK percentages

%100
%72.45
%0
%61.57

Codes

Color #001B62 in popluar color models

001B62
RGB02798
HSL223°100.00%19.22%
HSB/HSV223°100.00%38.43%
CMYK100.00%72.45%0.00%
61.57%

Color #001B62 in popluar number systems.

HEX001B62
Decimal02798
Binary0110111100010
Octal033142

Shades and tints

Shades of #001B62

#001B62
(0,27,98)
#00195A
(0,25,90)
#001752
(0,23,82)
#00154A
(0,21,74)
#001342
(0,19,66)
#00113A
(0,17,58)
#000F32
(0,15,50)
#000D2A
(0,13,42)
#000B22
(0,11,34)
#00091A
(0,9,26)
#000712
(0,7,18)
#000000
(0,0,0)

Tints of #001B62

#001B62
(0,27,98)
#172F70
(23,47,112)
#2E437E
(46,67,126)
#45578C
(69,87,140)
#5C6B9A
(92,107,154)
#737FA8
(115,127,168)
#8A93B6
(138,147,182)
#A1A7C4
(161,167,196)
#B8BBD2
(184,187,210)
#CFCFE0
(207,207,224)
#E6E3EE
(230,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001B62; }

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

This text font color is #001B62.


Background Color

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

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

This div background color is #001B62.


Border color

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

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

This div border color is #001B62.


Opacity

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

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

Text with #001B62 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 #001B62;}

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

This text has shadow with #001B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001B62 on black background.


Color preview on white background

This text has color #001B62 on white background.



Black color preview on #001B62 background

This text has black color on #001B62 background.


White color preview on #001B62 background

This text has white color on #001B62 background.