Html Css Color HEX #011176 Navy

📋 copy color: '#011176'

red 1 ◦ green 17 ◦ blue 118

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

Shades of Navy #011176

Tints of Navy #011176

RGB

 RED value IS 1 (0.78% from 255) = 0.74%

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

 BLUE value IS 118 (46.48% from 255) = 86.76%

R = 0.74%
G = 12.5%
B = 86.76%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#011176 (or 0x011176) is known color: Navy. HEX triplet: 01, 11 and 76. RGB value is (1,17,118). Sum of RGB (Red+Green+Blue) = 1+17+118=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 118 (46.48% from 255 or 86.76% from 136); Max value from RGB is 118 - color contains mainly: blue. Hex color #011176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011176 is #FEEE89. Grayscale: #171717. Windows color (decimal): -16707210 or 7737601. OLE color: 7737601.

HSL color Cylindrical-coordinate representation of color #011176: hue angle of 231.79º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011176 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 17 118 -
CMYK 0.99 0.86 0 0.54
HSL 231.79º 0.98% 0.23% -
HSV(B) 231.79º 0.99% 0.46% -
XYZ 3.48 1.72 17.29 -
YUV 23.73 181.2 111.79 -
System Red Green Blue C M Y K H S L
Decimal 1 17 118 0.99 0.86 0 0.54 231.79 0.98 0.23
Hex 1 11 76 63 56 0 36 E8 62 17
Octal 1 21 166 143 126 0 66 350 142 27
Binary 1 10001 1110110 1100011 1010110 0 110110 11101000 1100010 10111

Color Harmonies of #011176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011176

Black with #011176

Text Example


Text Example

White with #011176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011176; }

 p { color: rgb(1,17,118); }

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

background-color css

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

 a { background-color: rgb(1,17,118); }

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

border-color css

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

 span { border-color: rgb(1,17,118); }

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