Html Css Color HEX #010576 Navy

📋 copy color: '#010576'

red 1 ◦ green 5 ◦ blue 118

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

Shades of Navy #010576

Tints of Navy #010576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.03%

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

R = 0.81%
G = 4.03%
B = 95.16%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#010576 (or 0x010576) is known color: Navy. HEX triplet: 01, 05 and 76. RGB value is (1,5,118). Sum of RGB (Red+Green+Blue) = 1+5+118=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 118 (46.48% from 255 or 95.16% from 124); Max value from RGB is 118 - color contains mainly: blue. Hex color #010576 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010576 is #FEFA89. Grayscale: #101010. Windows color (decimal): -16710282 or 7734529. OLE color: 7734529.

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

Color convert

RGB 1 5 118 -
CMYK 0.99 0.96 0 0.54
HSL 237.95º 0.98% 0.23% -
HSV(B) 237.95º 0.99% 0.46% -
XYZ 3.34 1.42 17.24 -
YUV 16.69 185.17 116.81 -
System Red Green Blue C M Y K H S L
Decimal 1 5 118 0.99 0.96 0 0.54 237.95 0.98 0.23
Hex 1 5 76 63 60 0 36 EE 62 17
Octal 1 5 166 143 140 0 66 356 142 27
Binary 1 101 1110110 1100011 1100000 0 110110 11101110 1100010 10111

Color Harmonies of #010576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010576

Black with #010576

Text Example


Text Example

White with #010576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010576; }

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

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

background-color css

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

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

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

border-color css

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

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

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