Html Css Color HEX #001991 Dark Blue

📋 copy color: '#001991'

red 0 ◦ green 25 ◦ blue 145

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

Shades of Dark Blue #001991

Tints of Dark Blue #001991

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.71%

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

R = 0%
G = 14.71%
B = 85.29%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#001991 (or 0x001991) is known color: Dark Blue. HEX triplet: 00, 19 and 91. RGB value is (0,25,145). Sum of RGB (Red+Green+Blue) = 0+25+145=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 145 (57.03% from 255 or 85.29% from 170); Max value from RGB is 145 - color contains mainly: blue. Hex color #001991 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001991 is #FFE66E. Grayscale: #1E1E1E. Windows color (decimal): -16770671 or 9509120. OLE color: 9509120.

HSL color Cylindrical-coordinate representation of color #001991: hue angle of 229.66º 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 #001991 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 25 145 -
CMYK 1 0.83 0 0.43
HSL 229.66º 1% 0.28% -
HSV(B) 229.66º 1% 0.57% -
XYZ 5.46 2.74 27.03 -
YUV 31.21 192.22 105.74 -
System Red Green Blue C M Y K H S L
Decimal 0 25 145 1 0.83 0 0.43 229.66 1 0.28
Hex 0 19 91 64 53 0 2B E6 64 1C
Octal 0 31 221 144 123 0 53 346 144 34
Binary 0 11001 10010001 1100100 1010011 0 101011 11100110 1100100 11100

Color Harmonies of #001991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001991

Black with #001991

Text Example


Text Example

White with #001991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001991; }

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

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

background-color css

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

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

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

border-color css

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

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

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