Html Css Color HEX #001179 Navy

📋 copy color: '#001179'

red 0 ◦ green 17 ◦ blue 121

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

Shades of Navy #001179

Tints of Navy #001179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 87.68%

R = 0%
G = 12.32%
B = 87.68%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#001179 (or 0x001179) is known color: Navy. HEX triplet: 00, 11 and 79. RGB value is (0,17,121). Sum of RGB (Red+Green+Blue) = 0+17+121=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 121 (47.66% from 255 or 87.68% from 138); Max value from RGB is 121 - color contains mainly: blue. Hex color #001179 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001179 is #FFEE86. Grayscale: #171717. Windows color (decimal): -16772743 or 7934208. OLE color: 7934208.

HSL color Cylindrical-coordinate representation of color #001179: hue angle of 231.57º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001179 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 17 121 -
CMYK 1 0.86 0 0.53
HSL 231.57º 1% 0.24% -
HSV(B) 231.57º 1% 0.47% -
XYZ 3.65 1.78 18.24 -
YUV 23.77 182.87 111.04 -
System Red Green Blue C M Y K H S L
Decimal 0 17 121 1 0.86 0 0.53 231.57 1 0.24
Hex 0 11 79 64 56 0 35 E8 64 18
Octal 0 21 171 144 126 0 65 350 144 30
Binary 0 10001 1111001 1100100 1010110 0 110101 11101000 1100100 11000

Color Harmonies of #001179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001179

Black with #001179

Text Example


Text Example

White with #001179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001179; }

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

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

background-color css

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

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

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

border-color css

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

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

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