#050972

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

Shades of Navy #050972

Tints of Navy #050972

Color information

#050972 (or 0x050972) is unknown color: approx Navy. HEX triplet: 05, 09 and 72. RGB value is (5,9,114). Sum of RGB (Red+Green+Blue) = 5+9+114=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 114 (44.92% from 255 or 89.06% from 128); Max value from RGB is 114 - color contains mainly: blue. Hex color #050972 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050972 is #FAF68D. Grayscale: #131313. Windows color (decimal): -16447118 or 7473413. OLE color: 7473413.

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

Color convert

RGB59114-
CMYK0.960.9200.55
HSL237.8º91.6%23.33%-
HSV(B)237.8º95.61%44.71%-
XYZ3.21.4416.03-
YUV19.77181.17117.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.91%
GREEN value IS 9 (3.91% from 255) = 7.03%
BLUE value IS 114 (44.92% from 255) = 89.06%
R=3.91%
G=7.03%
B=89.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal591140.960.9200.55237.891.623.33
Hex5972605C037ee5c17
Octal51116214013406735613427
Binary1011001111001011000001011100011011111101110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050972; }

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

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

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

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

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

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

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

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