#050874

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

Shades of Navy #050874

Tints of Navy #050874

Color information

#050874 (or 0x050874) is unknown color: approx Navy. HEX triplet: 05, 08 and 74. RGB value is (5,8,116). Sum of RGB (Red+Green+Blue) = 5+8+116=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 116 (45.70% from 255 or 89.92% from 129); Max value from RGB is 116 - color contains mainly: blue. Hex color #050874 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050874 is #FAF78B. Grayscale: #121212. Windows color (decimal): -16447372 or 7604229. OLE color: 7604229.

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

Color convert

RGB58116-
CMYK0.960.9300.55
HSL238.38º91.74%23.73%-
HSV(B)238.38º95.69%45.49%-
XYZ3.31.4716.63-
YUV19.42182.51117.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.88%
GREEN value IS 8 (3.52% from 255) = 6.20%
BLUE value IS 116 (45.70% from 255) = 89.92%
R=3.88%
G=6.20%
B=89.92%

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
Decimal581160.960.9300.55238.3891.7423.73
Hex5874605D037ee5c18
Octal51016414013506735613430
Binary1011000111010011000001011101011011111101110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050874; }

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

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

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

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

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

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

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

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