#050666

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

Shades of Navy #050666

Tints of Navy #050666

Color information

#050666 (or 0x050666) is unknown color: approx Navy. HEX triplet: 05, 06 and 66. RGB value is (5,6,102). Sum of RGB (Red+Green+Blue) = 5+6+102=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 102 (40.23% from 255 or 90.27% from 113); Max value from RGB is 102 - color contains mainly: blue. Hex color #050666 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050666 is #FAF999. Grayscale: #101010. Windows color (decimal): -16447898 or 6686213. OLE color: 6686213.

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

Color convert

RGB56102-
CMYK0.950.9400.6
HSL239.38º90.65%20.98%-
HSV(B)239.38º95.1%40%-
XYZ2.531.1212.65-
YUV16.64176.17119.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.42%
GREEN value IS 6 (2.73% from 255) = 5.31%
BLUE value IS 102 (40.23% from 255) = 90.27%
R=4.42%
G=5.31%
B=90.27%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal561020.950.9400.6239.3890.6520.98
Hex56665F5E03Cef5b15
Octal5614613713607435713325
Binary101110110011010111111011110011110011101111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050666; }

 p { color: rgb(5,6,102); }

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

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

 a { background-color: rgb(5,6,102); }

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

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

 span { border-color: rgb(5,6,102); }

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