Html Css Color HEX #010578 Navy

📋 copy color: '#010578'

red 1 ◦ green 5 ◦ blue 120

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

Shades of Navy #010578

Tints of Navy #010578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 95.24%

R = 0.79%
G = 3.97%
B = 95.24%

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

#010578 (or 0x010578) is known color: Navy. HEX triplet: 01, 05 and 78. RGB value is (1,5,120). Sum of RGB (Red+Green+Blue) = 1+5+120=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 120 (47.27% from 255 or 95.24% from 126); Max value from RGB is 120 - color contains mainly: blue. Hex color #010578 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010578 is #FEFA87. Grayscale: #101010. Windows color (decimal): -16710280 or 7865601. OLE color: 7865601.

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

Color convert

RGB 1 5 120 -
CMYK 0.99 0.96 0 0.53
HSL 237.98º 0.98% 0.24% -
HSV(B) 237.98º 0.99% 0.47% -
XYZ 3.46 1.47 17.87 -
YUV 16.91 186.17 116.65 -
System Red Green Blue C M Y K H S L
Decimal 1 5 120 0.99 0.96 0 0.53 237.98 0.98 0.24
Hex 1 5 78 63 60 0 35 EE 62 18
Octal 1 5 170 143 140 0 65 356 142 30
Binary 1 101 1111000 1100011 1100000 0 110101 11101110 1100010 11000

Color Harmonies of #010578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010578

Black with #010578

Text Example


Text Example

White with #010578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010578; }

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

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

background-color css

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

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

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

border-color css

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

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

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