Shades of Navy #050666
Tints of Navy #050666
RGB
CMYK
RGB Variations
Color information
#050666 (or 0x050666) is known color: 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
| RGB | 5 | 6 | 102 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.6 |
| HSL | 239.38º | 0.91% | 0.21% | - |
| HSV(B) | 239.38º | 0.95% | 0.4% | - |
| XYZ | 2.53 | 1.12 | 12.65 | - |
| YUV | 16.65 | 176.17 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 6 | 102 | 0.95 | 0.94 | 0 | 0.6 | 239.38 | 0.91 | 0.21 |
| Hex | 5 | 6 | 66 | 5F | 5E | 0 | 3C | EF | 5B | 15 |
| Octal | 5 | 6 | 146 | 137 | 136 | 0 | 74 | 357 | 133 | 25 |
| Binary | 101 | 110 | 1100110 | 1011111 | 1011110 | 0 | 111100 | 11101111 | 1011011 | 10101 |
Color Harmonies of #050666
Complementary color
Monochromatic Colors of #050666
Black with #050666
Text Example
Text Example
White with #050666
Text Example
Text Example
HTML Codes & Css Web 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>