Html Css Color HEX #010577 Navy

📋 copy color: '#010577'

red 1 ◦ green 5 ◦ blue 119

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

Shades of Navy #010577

Tints of Navy #010577

RGB

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

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

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

R = 0.8%
G = 4%
B = 95.2%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#010577 (or 0x010577) is known color: Navy. HEX triplet: 01, 05 and 77. RGB value is (1,5,119). Sum of RGB (Red+Green+Blue) = 1+5+119=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 119 (46.88% from 255 or 95.2% from 125); Max value from RGB is 119 - color contains mainly: blue. Hex color #010577 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010577 is #FEFA88. Grayscale: #101010. Windows color (decimal): -16710281 or 7800065. OLE color: 7800065.

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

Color convert

RGB 1 5 119 -
CMYK 0.99 0.96 0 0.53
HSL 237.97º 0.98% 0.24% -
HSV(B) 237.97º 0.99% 0.47% -
XYZ 3.4 1.45 17.55 -
YUV 16.8 185.67 116.73 -
System Red Green Blue C M Y K H S L
Decimal 1 5 119 0.99 0.96 0 0.53 237.97 0.98 0.24
Hex 1 5 77 63 60 0 35 EE 62 18
Octal 1 5 167 143 140 0 65 356 142 30
Binary 1 101 1110111 1100011 1100000 0 110101 11101110 1100010 11000

Color Harmonies of #010577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010577

Black with #010577

Text Example


Text Example

White with #010577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010577; }

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

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

background-color css

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

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

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

border-color css

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

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

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