#050785

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

Shades of Navy #050785

Tints of Navy #050785

Color information

#050785 (or 0x050785) is unknown color: approx Navy. HEX triplet: 05, 07 and 85. RGB value is (5,7,133). Sum of RGB (Red+Green+Blue) = 5+7+133=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 133 (52.34% from 255 or 91.72% from 145); Max value from RGB is 133 - color contains mainly: blue. Hex color #050785 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050785 is #FAF87A. Grayscale: #141414. Windows color (decimal): -16447611 or 8718085. OLE color: 8718085.

HSL color Cylindrical-coordinate representation of color #050785: hue angle of 239.06º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050785 is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB57133-
CMYK0.960.9500.48
HSL239.06º92.75%27.06%-
HSV(B)239.06º96.24%52.16%-
XYZ4.371.8822.32-
YUV20.77191.34116.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.45%
GREEN value IS 7 (3.12% from 255) = 4.83%
BLUE value IS 133 (52.34% from 255) = 91.72%
R=3.45%
G=4.83%
B=91.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal571330.960.9500.48239.0692.7527.06
Hex5785605F030ef5d1b
Octal5720514013706035713533
Binary1011111000010111000001011111011000011101111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050785; }

 p { color: rgb(5,7,133); }

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

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

 a { background-color: rgb(5,7,133); }

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

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

 span { border-color: rgb(5,7,133); }

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