COLOR #001688

HEX: #001688
RGB: (0,22,136)

Color info

#001688 contains mainly blue color. Web safe color of #001688 is #000099 (or #009).

RGB color model

#001688 color RGB value is (0,22,136).

  • red value is 0;
  • green value is 22;
  • blue value is 136.
RGB:
(0,22,136)
(0%,9%,53%)

RGB channels and saturation

R 0 of 255 = 0%
G 22 of 255 = 9%
B 136 of 255 = 53%

0
22
136

R + G + B ~ 21%. #001688 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 22 + 136 = 158 (100%)
R 0 of 158 ~ 0%
G 22 of 158 ~ 13.92%
B 136 of 158 ~ 86.08%

%13.92
%86.08

CMYK color model

#001688 color CMYK value is (100,84,0,47).

  • cyan value is 100.00%
  • magenta value is 83.82%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(100,84,0,47)
C100M84Y0K47 
(100%,84%,0%,47%)
(1.00/0.84/0.00/0.47)	

CMYK percentages

%100
%83.82
%0
%46.67

Codes

Color #001688 in popluar color models

001688
RGB022136
HSL230°100.00%26.67%
HSB/HSV230°100.00%53.33%
CMYK100.00%83.82%0.00%
46.67%

Color #001688 in popluar number systems.

HEX001688
Decimal022136
Binary01011010001000
Octal026210

Shades and tints

Shades of #001688

#001688
(0,22,136)
#00147C
(0,20,124)
#001270
(0,18,112)
#001064
(0,16,100)
#000E58
(0,14,88)
#000C4C
(0,12,76)
#000A40
(0,10,64)
#000834
(0,8,52)
#000628
(0,6,40)
#00041C
(0,4,28)
#000210
(0,2,16)
#000000
(0,0,0)

Tints of #001688

#001688
(0,22,136)
#172B92
(23,43,146)
#2E409C
(46,64,156)
#4555A6
(69,85,166)
#5C6AB0
(92,106,176)
#737FBA
(115,127,186)
#8A94C4
(138,148,196)
#A1A9CE
(161,169,206)
#B8BED8
(184,190,216)
#CFD3E2
(207,211,226)
#E6E8EC
(230,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001688 color. Also use rgb(0,22,136) instead hex code.

Text Font Color

.myTextColor { color: #001688; }

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

This text font color is #001688.


Background Color

.myBgColor { background-color: #001688; }

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

This div background color is #001688.


Border color

.myBorderColor { border: 1px solid #001688; }

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

This div border color is #001688.


Opacity

.myOpacity80 { color: #001688; opacity: 0.8; }

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

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

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

This text has shadow with #001688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001688 on black background.


Color preview on white background

This text has color #001688 on white background.



Black color preview on #001688 background

This text has black color on #001688 background.


White color preview on #001688 background

This text has white color on #001688 background.