COLOR #001B75

HEX: #001B75
RGB: (0,27,117)

Color info

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

RGB color model

#001B75 color RGB value is (0,27,117).

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

RGB channels and saturation

R 0 of 255 = 0%
G 27 of 255 = 11%
B 117 of 255 = 46%

0
27
117

R + G + B ~ 19%. #001B75 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 27 + 117 = 144 (100%)
R 0 of 144 ~ 0%
G 27 of 144 ~ 18.75%
B 117 of 144 ~ 81.25%

%18.75
%81.25

CMYK color model

#001B75 color CMYK value is (100,77,0,54).

  • cyan value is 100.00%
  • magenta value is 76.92%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(100,77,0,54)
C100M77Y0K54 
(100%,77%,0%,54%)
(1.00/0.77/0.00/0.54)	

CMYK percentages

%100
%76.92
%0
%54.12

Codes

Color #001B75 in popluar color models

001B75
RGB027117
HSL226°100.00%22.94%
HSB/HSV226°100.00%45.88%
CMYK100.00%76.92%0.00%
54.12%

Color #001B75 in popluar number systems.

HEX001B75
Decimal027117
Binary0110111110101
Octal033165

Shades and tints

Shades of #001B75

#001B75
(0,27,117)
#00196B
(0,25,107)
#001761
(0,23,97)
#001557
(0,21,87)
#00134D
(0,19,77)
#001143
(0,17,67)
#000F39
(0,15,57)
#000D2F
(0,13,47)
#000B25
(0,11,37)
#00091B
(0,9,27)
#000711
(0,7,17)
#000000
(0,0,0)

Tints of #001B75

#001B75
(0,27,117)
#172F81
(23,47,129)
#2E438D
(46,67,141)
#455799
(69,87,153)
#5C6BA5
(92,107,165)
#737FB1
(115,127,177)
#8A93BD
(138,147,189)
#A1A7C9
(161,167,201)
#B8BBD5
(184,187,213)
#CFCFE1
(207,207,225)
#E6E3ED
(230,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001B75; }

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

This text font color is #001B75.


Background Color

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

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

This div background color is #001B75.


Border color

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

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

This div border color is #001B75.


Opacity

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

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

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

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

This text has shadow with #001B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001B75 on black background.


Color preview on white background

This text has color #001B75 on white background.



Black color preview on #001B75 background

This text has black color on #001B75 background.


White color preview on #001B75 background

This text has white color on #001B75 background.