#050968

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

Shades of Navy #050968

Tints of Navy #050968

Color information

#050968 (or 0x050968) is unknown color: approx Navy. HEX triplet: 05, 09 and 68. RGB value is (5,9,104). Sum of RGB (Red+Green+Blue) = 5+9+104=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 104 (41.02% from 255 or 88.14% from 118); Max value from RGB is 104 - color contains mainly: blue. Hex color #050968 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050968 is #FAF697. Grayscale: #121212. Windows color (decimal): -16447128 or 6818053. OLE color: 6818053.

HSL color Cylindrical-coordinate representation of color #050968: hue angle of 237.58º 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 #050968 is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB59104-
CMYK0.950.9100.59
HSL237.58º90.83%21.37%-
HSV(B)237.58º95.19%40.78%-
XYZ2.661.2313.19-
YUV18.63176.17118.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.24%
GREEN value IS 9 (3.91% from 255) = 7.63%
BLUE value IS 104 (41.02% from 255) = 88.14%
R=4.24%
G=7.63%
B=88.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal591040.950.9100.59237.5890.8321.37
Hex59685F5B03Bee5b15
Octal51115013713307335613325
Binary1011001110100010111111011011011101111101110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050968; }

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

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

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

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

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

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

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

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