#050868

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

Shades of Navy #050868

Tints of Navy #050868

Color information

#050868 (or 0x050868) is unknown color: approx Navy. HEX triplet: 05, 08 and 68. RGB value is (5,8,104). Sum of RGB (Red+Green+Blue) = 5+8+104=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 8 (3.52% from 255 or 6.84% from 117); Blue value is 104 (41.02% from 255 or 88.89% from 117); Max value from RGB is 104 - color contains mainly: blue. Hex color #050868 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050868 is #FAF797. Grayscale: #111111. Windows color (decimal): -16447384 or 6817797. OLE color: 6817797.

HSL color Cylindrical-coordinate representation of color #050868: hue angle of 238.18º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050868 is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB58104-
CMYK0.950.9200.59
HSL238.18º90.83%21.37%-
HSV(B)238.18º95.19%40.78%-
XYZ2.651.2113.19-
YUV18.05176.51118.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.27%
GREEN value IS 8 (3.52% from 255) = 6.84%
BLUE value IS 104 (41.02% from 255) = 88.89%
R=4.27%
G=6.84%
B=88.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal581040.950.9200.59238.1890.8321.37
Hex58685F5C03Bee5b15
Octal51015013713407335613325
Binary1011000110100010111111011100011101111101110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050868; }

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

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

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

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

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

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

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

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