#050570

Color #050570 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #050570

Tints of Navy #050570

Color information

#050570 (or 0x050570) is unknown color: approx Navy. HEX triplet: 05, 05 and 70. RGB value is (5,5,112). Sum of RGB (Red+Green+Blue) = 5+5+112=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 112 (44.14% from 255 or 91.80% from 122); Max value from RGB is 112 - color contains mainly: blue. Hex color #050570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050570 is #FAFA8F. Grayscale: #101010. Windows color (decimal): -16448144 or 7341317. OLE color: 7341317.

HSL color Cylindrical-coordinate representation of color #050570: hue angle of 240º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050570 is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB55112-
CMYK0.960.9600.56
HSL240º91.45%22.94%-
HSV(B)240º95.54%43.92%-
XYZ3.041.3115.42-
YUV17.2181.5119.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.10%
GREEN value IS 5 (2.34% from 255) = 4.10%
BLUE value IS 112 (44.14% from 255) = 91.80%
R=4.10%
G=4.10%
B=91.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal551120.960.9600.5624091.4522.94
Hex55706060038f05b17
Octal5516014014007036013327
Binary101101111000011000001100000011100011110000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050570; }

 p { color: rgb(5,5,112); }

 H1.HeaderClassName
 {
   color: #050570;
 }
 .AnyTagClassName
 {
   color: #050570;
 }
</style>
background-color css

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

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

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

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

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

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