Html Css Color HEX #001691 Dark Blue

📋 copy color: '#001691'

red 0 ◦ green 22 ◦ blue 145

#001691
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Blue #001691

Tints of Dark Blue #001691

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 22 (8.98% from 255) = 13.17%

 BLUE value IS 145 (57.03% from 255) = 86.83%

R = 0%
G = 13.17%
B = 86.83%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#001691 (or 0x001691) is known color: Dark Blue. HEX triplet: 00, 16 and 91. RGB value is (0,22,145). Sum of RGB (Red+Green+Blue) = 0+22+145=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 145 (57.03% from 255 or 86.83% from 167); Max value from RGB is 145 - color contains mainly: blue. Hex color #001691 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001691 is #FFE96E. Grayscale: #1C1C1C. Windows color (decimal): -16771439 or 9508352. OLE color: 9508352.

HSL color Cylindrical-coordinate representation of color #001691: hue angle of 230.9º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001691 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 22 145 -
CMYK 1 0.85 0 0.43
HSL 230.9º 1% 0.28% -
HSV(B) 230.9º 1% 0.57% -
XYZ 5.4 2.62 27.01 -
YUV 29.44 193.21 107 -
System Red Green Blue C M Y K H S L
Decimal 0 22 145 1 0.85 0 0.43 230.9 1 0.28
Hex 0 16 91 64 55 0 2B E7 64 1C
Octal 0 26 221 144 125 0 53 347 144 34
Binary 0 10110 10010001 1100100 1010101 0 101011 11100111 1100100 11100

Color Harmonies of #001691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001691

Black with #001691

Text Example


Text Example

White with #001691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001691; }

 p { color: rgb(0,22,145); }

 H1.HeaderClassName
 {
   color: #001691;
 }
 .AnyTagClassName
 {
   color: #001691;
 }
</style>

background-color css

<style>
 a { background-color: #001691; }

 a { background-color: rgb(0,22,145); }

 div.DivClassName
 {
   background-color: #001691;
 }
 .BgClassName
 {
   background-color: #001691;
 }
</style>

border-color css

<style>
 span { border-color: #001691; }

 span { border-color: rgb(0,22,145); }

 td.TdClassName
 {
   border-color: #001691;
 }
 .TagClassName
 {
   border-color: #001691;
 }
</style>