Html Css Color HEX #010579 Navy

📋 copy color: '#010579'

red 1 ◦ green 5 ◦ blue 121

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

Shades of Navy #010579

Tints of Navy #010579

RGB

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

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

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

R = 0.79%
G = 3.94%
B = 95.28%

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

#010579 (or 0x010579) is known color: Navy. HEX triplet: 01, 05 and 79. RGB value is (1,5,121). Sum of RGB (Red+Green+Blue) = 1+5+121=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 121 (47.66% from 255 or 95.28% from 127); Max value from RGB is 121 - color contains mainly: blue. Hex color #010579 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010579 is #FEFA86. Grayscale: #101010. Windows color (decimal): -16710279 or 7931137. OLE color: 7931137.

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

Color convert

RGB 1 5 121 -
CMYK 0.99 0.96 0 0.53
HSL 238º 0.98% 0.24% -
HSV(B) 238º 0.99% 0.47% -
XYZ 3.52 1.5 18.19 -
YUV 17.03 186.67 116.57 -
System Red Green Blue C M Y K H S L
Decimal 1 5 121 0.99 0.96 0 0.53 238 0.98 0.24
Hex 1 5 79 63 60 0 35 EE 62 18
Octal 1 5 171 143 140 0 65 356 142 30
Binary 1 101 1111001 1100011 1100000 0 110101 11101110 1100010 11000

Color Harmonies of #010579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010579

Black with #010579

Text Example


Text Example

White with #010579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010579; }

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

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

background-color css

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

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

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

border-color css

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

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

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