Html Css Color HEX #011079 Navy

📋 copy color: '#011079'

red 1 ◦ green 16 ◦ blue 121

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

Shades of Navy #011079

Tints of Navy #011079

RGB

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

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

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

R = 0.72%
G = 11.59%
B = 87.68%

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

#011079 (or 0x011079) is known color: Navy. HEX triplet: 01, 10 and 79. RGB value is (1,16,121). Sum of RGB (Red+Green+Blue) = 1+16+121=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 16 (6.64% from 255 or 11.59% 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 #011079 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011079 is #FEEF86. Grayscale: #171717. Windows color (decimal): -16707463 or 7933953. OLE color: 7933953.

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

Color convert

RGB 1 16 121 -
CMYK 0.99 0.87 0 0.53
HSL 232.5º 0.98% 0.24% -
HSV(B) 232.5º 0.99% 0.47% -
XYZ 3.65 1.76 18.24 -
YUV 23.49 183.03 111.96 -
System Red Green Blue C M Y K H S L
Decimal 1 16 121 0.99 0.87 0 0.53 232.5 0.98 0.24
Hex 1 10 79 63 57 0 35 E8 62 18
Octal 1 20 171 143 127 0 65 350 142 30
Binary 1 10000 1111001 1100011 1010111 0 110101 11101000 1100010 11000

Color Harmonies of #011079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011079

Black with #011079

Text Example


Text Example

White with #011079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011079; }

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

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

background-color css

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

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

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

border-color css

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

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

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