#050967

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

Shades of Navy #050967

Tints of Navy #050967

Color information

#050967 (or 0x050967) is unknown color: approx Navy. HEX triplet: 05, 09 and 67. RGB value is (5,9,103). Sum of RGB (Red+Green+Blue) = 5+9+103=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 103 (40.62% from 255 or 88.03% from 117); Max value from RGB is 103 - color contains mainly: blue. Hex color #050967 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050967 is #FAF698. Grayscale: #121212. Windows color (decimal): -16447129 or 6752517. OLE color: 6752517.

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

Color convert

RGB59103-
CMYK0.950.9100.60
HSL237.55º90.74%21.18%-
HSV(B)237.55º95.15%40.39%-
XYZ2.611.2112.93-
YUV18.52175.67118.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.27%
GREEN value IS 9 (3.91% from 255) = 7.69%
BLUE value IS 103 (40.62% from 255) = 88.03%
R=4.27%
G=7.69%
B=88.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal591030.950.9100.60237.5590.7421.18
Hex59675F5B03Cee5b15
Octal51114713713307435613325
Binary1011001110011110111111011011011110011101110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050967; }

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

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

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

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

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

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

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

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