#050872

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

Shades of Navy #050872

Tints of Navy #050872

Color information

#050872 (or 0x050872) is unknown color: approx Navy. HEX triplet: 05, 08 and 72. RGB value is (5,8,114). Sum of RGB (Red+Green+Blue) = 5+8+114=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 114 (44.92% from 255 or 89.76% from 127); Max value from RGB is 114 - color contains mainly: blue. Hex color #050872 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050872 is #FAF78D. Grayscale: #121212. Windows color (decimal): -16447374 or 7473157. OLE color: 7473157.

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

Color convert

RGB58114-
CMYK0.960.9300.55
HSL238.35º91.6%23.33%-
HSV(B)238.35º95.61%44.71%-
XYZ3.191.4216.03-
YUV19.19181.51117.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.94%
GREEN value IS 8 (3.52% from 255) = 6.30%
BLUE value IS 114 (44.92% from 255) = 89.76%
R=3.94%
G=6.30%
B=89.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal581140.960.9300.55238.3591.623.33
Hex5872605D037ee5c17
Octal51016214013506735613427
Binary1011000111001011000001011101011011111101110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050872; }

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

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

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

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

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

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

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

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