Html Css Color HEX #011076 Navy

📋 copy color: '#011076'

red 1 ◦ green 16 ◦ blue 118

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

Shades of Navy #011076

Tints of Navy #011076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.85%

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

R = 0.74%
G = 11.85%
B = 87.41%

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

#011076 (or 0x011076) is known color: Navy. HEX triplet: 01, 10 and 76. RGB value is (1,16,118). Sum of RGB (Red+Green+Blue) = 1+16+118=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 118 (46.48% from 255 or 87.41% from 135); Max value from RGB is 118 - color contains mainly: blue. Hex color #011076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011076 is #FEEF89. Grayscale: #161616. Windows color (decimal): -16707466 or 7737345. OLE color: 7737345.

HSL color Cylindrical-coordinate representation of color #011076: hue angle of 232.31º 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 #011076 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 16 118 -
CMYK 0.99 0.86 0 0.54
HSL 232.31º 0.98% 0.23% -
HSV(B) 232.31º 0.99% 0.46% -
XYZ 3.47 1.69 17.28 -
YUV 23.14 181.53 112.21 -
System Red Green Blue C M Y K H S L
Decimal 1 16 118 0.99 0.86 0 0.54 232.31 0.98 0.23
Hex 1 10 76 63 56 0 36 E8 62 17
Octal 1 20 166 143 126 0 66 350 142 27
Binary 1 10000 1110110 1100011 1010110 0 110110 11101000 1100010 10111

Color Harmonies of #011076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011076

Black with #011076

Text Example


Text Example

White with #011076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011076; }

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

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

background-color css

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

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

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

border-color css

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

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

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