Html Css Color HEX #001172 Navy

📋 copy color: '#001172'

red 0 ◦ green 17 ◦ blue 114

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

Shades of Navy #001172

Tints of Navy #001172

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.98%

 BLUE value IS 114 (44.92% from 255) = 87.02%

R = 0%
G = 12.98%
B = 87.02%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#001172 (or 0x001172) is known color: Navy. HEX triplet: 00, 11 and 72. RGB value is (0,17,114). Sum of RGB (Red+Green+Blue) = 0+17+114=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 114 (44.92% from 255 or 87.02% from 131); Max value from RGB is 114 - color contains mainly: blue. Hex color #001172 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001172 is #FFEE8D. Grayscale: #161616. Windows color (decimal): -16772750 or 7475456. OLE color: 7475456.

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

Color convert

RGB 0 17 114 -
CMYK 1 0.85 0 0.55
HSL 231.05º 1% 0.22% -
HSV(B) 231.05º 1% 0.45% -
XYZ 3.24 1.62 16.06 -
YUV 22.98 179.37 111.61 -
System Red Green Blue C M Y K H S L
Decimal 0 17 114 1 0.85 0 0.55 231.05 1 0.22
Hex 0 11 72 64 55 0 37 E7 64 16
Octal 0 21 162 144 125 0 67 347 144 26
Binary 0 10001 1110010 1100100 1010101 0 110111 11100111 1100100 10110

Color Harmonies of #001172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001172

Black with #001172

Text Example


Text Example

White with #001172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001172; }

 p { color: rgb(0,17,114); }

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

background-color css

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

 a { background-color: rgb(0,17,114); }

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

border-color css

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

 span { border-color: rgb(0,17,114); }

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