Shades of Navy Blue #0566DD
Tints of Navy Blue #0566DD
RGB
CMYK
RGB Variations
Color information
#0566DD (or 0x0566DD) is known color: Navy Blue. HEX triplet: 05, 66 and DD. RGB value is (5,102,221). Sum of RGB (Red+Green+Blue) = 5+102+221=328 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 221 (86.72% from 255 or 67.38% from 328); Max value from RGB is 221 - color contains mainly: blue. Hex color #0566DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0566DD is #FA9922. Grayscale: #555555. Windows color (decimal): -16423203 or 14509573. OLE color: 14509573.
HSL color Cylindrical-coordinate representation of color #0566DD: hue angle of 213.06º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0566DD is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 102 | 221 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.13 |
| HSL | 213.06º | 0.96% | 0.44% | - |
| HSV(B) | 213.06º | 0.98% | 0.87% | - |
| XYZ | 17.87 | 14.76 | 70.31 | - |
| YUV | 86.56 | 203.86 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 221 | 0.98 | 0.54 | 0 | 0.13 | 213.06 | 0.96 | 0.44 |
| Hex | 5 | 66 | DD | 62 | 36 | 0 | D | D5 | 60 | 2C |
| Octal | 5 | 146 | 335 | 142 | 66 | 0 | 15 | 325 | 140 | 54 |
| Binary | 101 | 1100110 | 11011101 | 1100010 | 110110 | 0 | 1101 | 11010101 | 1100000 | 101100 |
Color Harmonies of #0566DD
Complementary color
Monochromatic Colors of #0566DD
Black with #0566DD
Text Example
Text Example
White with #0566DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0566DD; }
p { color: rgb(5,102,221); }
H1.HeaderClassName
{
color: #0566DD;
}
.AnyTagClassName
{
color: #0566DD;
}
</style>
background-color css
<style>
a { background-color: #0566DD; }
a { background-color: rgb(5,102,221); }
div.DivClassName
{
background-color: #0566DD;
}
.BgClassName
{
background-color: #0566DD;
}
</style>
border-color css
<style>
span { border-color: #0566DD; }
span { border-color: rgb(5,102,221); }
td.TdClassName
{
border-color: #0566DD;
}
.TagClassName
{
border-color: #0566DD;
}
</style>