Html Css Color HEX #001177 Navy

📋 copy color: '#001177'

red 0 ◦ green 17 ◦ blue 119

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

Shades of Navy #001177

Tints of Navy #001177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 87.5%

R = 0%
G = 12.5%
B = 87.5%

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

#001177 (or 0x001177) is known color: Navy. HEX triplet: 00, 11 and 77. RGB value is (0,17,119). Sum of RGB (Red+Green+Blue) = 0+17+119=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 119 (46.88% from 255 or 87.5% from 136); Max value from RGB is 119 - color contains mainly: blue. Hex color #001177 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001177 is #FFEE88. Grayscale: #171717. Windows color (decimal): -16772745 or 7803136. OLE color: 7803136.

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

Color convert

RGB 0 17 119 -
CMYK 1 0.86 0 0.53
HSL 231.43º 1% 0.23% -
HSV(B) 231.43º 1% 0.47% -
XYZ 3.53 1.73 17.6 -
YUV 23.55 181.87 111.21 -
System Red Green Blue C M Y K H S L
Decimal 0 17 119 1 0.86 0 0.53 231.43 1 0.23
Hex 0 11 77 64 56 0 35 E7 64 17
Octal 0 21 167 144 126 0 65 347 144 27
Binary 0 10001 1110111 1100100 1010110 0 110101 11100111 1100100 10111

Color Harmonies of #001177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001177

Black with #001177

Text Example


Text Example

White with #001177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001177; }

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

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

background-color css

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

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

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

border-color css

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

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

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