#050970

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

Shades of Navy #050970

Tints of Navy #050970

Color information

#050970 (or 0x050970) is unknown color: approx Navy. HEX triplet: 05, 09 and 70. RGB value is (5,9,112). Sum of RGB (Red+Green+Blue) = 5+9+112=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 112 (44.14% from 255 or 88.89% from 126); Max value from RGB is 112 - color contains mainly: blue. Hex color #050970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050970 is #FAF68F. Grayscale: #131313. Windows color (decimal): -16447120 or 7342341. OLE color: 7342341.

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

Color convert

RGB59112-
CMYK0.960.9200.56
HSL237.76º91.45%22.94%-
HSV(B)237.76º95.54%43.92%-
XYZ3.081.415.44-
YUV19.55180.17117.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.97%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 112 (44.14% from 255) = 88.89%
R=3.97%
G=7.14%
B=88.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal591120.960.9200.56237.7691.4522.94
Hex5970605C038ee5b17
Octal51116014013407035613327
Binary1011001111000011000001011100011100011101110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050970; }

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

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

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

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

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

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

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

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