Shades of Navy #050566
Tints of Navy #050566
RGB
CMYK
RGB Variations
Color information
#050566 (or 0x050566) is known color: Navy. HEX triplet: 05, 05 and 66. RGB value is (5,5,102). Sum of RGB (Red+Green+Blue) = 5+5+102=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 102 (40.23% from 255 or 91.07% from 112); Max value from RGB is 102 - color contains mainly: blue. Hex color #050566 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050566 is #FAFA99. Grayscale: #0F0F0F. Windows color (decimal): -16448154 or 6685957. OLE color: 6685957.
HSL color Cylindrical-coordinate representation of color #050566: hue angle of 240º 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 #050566 is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 5 | 5 | 102 | - |
| CMYK | 0.95 | 0.95 | 0 | 0.6 |
| HSL | 240º | 0.91% | 0.21% | - |
| HSV(B) | 240º | 0.95% | 0.4% | - |
| XYZ | 2.52 | 1.1 | 12.65 | - |
| YUV | 16.06 | 176.5 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 5 | 102 | 0.95 | 0.95 | 0 | 0.6 | 240 | 0.91 | 0.21 |
| Hex | 5 | 5 | 66 | 5F | 5F | 0 | 3C | F0 | 5B | 15 |
| Octal | 5 | 5 | 146 | 137 | 137 | 0 | 74 | 360 | 133 | 25 |
| Binary | 101 | 101 | 1100110 | 1011111 | 1011111 | 0 | 111100 | 11110000 | 1011011 | 10101 |
Color Harmonies of #050566
Complementary color
Monochromatic Colors of #050566
Black with #050566
Text Example
Text Example
White with #050566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050566; }
p { color: rgb(5,5,102); }
H1.HeaderClassName
{
color: #050566;
}
.AnyTagClassName
{
color: #050566;
}
</style>
background-color css
<style>
a { background-color: #050566; }
a { background-color: rgb(5,5,102); }
div.DivClassName
{
background-color: #050566;
}
.BgClassName
{
background-color: #050566;
}
</style>
border-color css
<style>
span { border-color: #050566; }
span { border-color: rgb(5,5,102); }
td.TdClassName
{
border-color: #050566;
}
.TagClassName
{
border-color: #050566;
}
</style>