#050875

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

Shades of Navy #050875

Tints of Navy #050875

Color information

#050875 (or 0x050875) is unknown color: approx Navy. HEX triplet: 05, 08 and 75. RGB value is (5,8,117). Sum of RGB (Red+Green+Blue) = 5+8+117=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 117 (46.09% from 255 or 90% from 130); Max value from RGB is 117 - color contains mainly: blue. Hex color #050875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050875 is #FAF78A. Grayscale: #131313. Windows color (decimal): -16447371 or 7669765. OLE color: 7669765.

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

Color convert

RGB58117-
CMYK0.960.9300.54
HSL238.39º91.8%23.92%-
HSV(B)238.39º95.73%45.88%-
XYZ3.361.4916.94-
YUV19.53183.01117.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.85%
GREEN value IS 8 (3.52% from 255) = 6.15%
BLUE value IS 117 (46.09% from 255) = 90%
R=3.85%
G=6.15%
B=90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal581170.960.9300.54238.3991.823.92
Hex5875605D036ee5c18
Octal51016514013506635613430
Binary1011000111010111000001011101011011011101110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050875; }

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

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

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

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

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

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

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

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