Html Css Color HEX #011077 Navy

📋 copy color: '#011077'

red 1 ◦ green 16 ◦ blue 119

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

Shades of Navy #011077

Tints of Navy #011077

RGB

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

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

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

R = 0.74%
G = 11.76%
B = 87.5%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#011077 (or 0x011077) is known color: Navy. HEX triplet: 01, 10 and 77. RGB value is (1,16,119). Sum of RGB (Red+Green+Blue) = 1+16+119=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 16 (6.64% from 255 or 11.76% 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 #011077 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011077 is #FEEF88. Grayscale: #161616. Windows color (decimal): -16707465 or 7802881. OLE color: 7802881.

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

Color convert

RGB 1 16 119 -
CMYK 0.99 0.87 0 0.53
HSL 232.37º 0.98% 0.24% -
HSV(B) 232.37º 0.99% 0.47% -
XYZ 3.53 1.71 17.6 -
YUV 23.26 182.03 112.12 -
System Red Green Blue C M Y K H S L
Decimal 1 16 119 0.99 0.87 0 0.53 232.37 0.98 0.24
Hex 1 10 77 63 57 0 35 E8 62 18
Octal 1 20 167 143 127 0 65 350 142 30
Binary 1 10000 1110111 1100011 1010111 0 110101 11101000 1100010 11000

Color Harmonies of #011077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011077

Black with #011077

Text Example


Text Example

White with #011077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011077; }

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

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

background-color css

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

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

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

border-color css

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

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

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