Shades of Navy Blue #0566DB
Tints of Navy Blue #0566DB
RGB
CMYK
RGB Variations
Color information
#0566DB (or 0x0566DB) is known color: Navy Blue. HEX triplet: 05, 66 and DB. RGB value is (5,102,219). Sum of RGB (Red+Green+Blue) = 5+102+219=326 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #0566DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0566DB is #FA9924. Grayscale: #555555. Windows color (decimal): -16423205 or 14378501. OLE color: 14378501.
HSL color Cylindrical-coordinate representation of color #0566DB: hue angle of 212.8º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0566DB is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 102 | 219 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.14 |
| HSL | 212.8º | 0.96% | 0.44% | - |
| HSV(B) | 212.8º | 0.98% | 0.86% | - |
| XYZ | 17.6 | 14.65 | 68.92 | - |
| YUV | 86.34 | 202.86 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 219 | 0.98 | 0.53 | 0 | 0.14 | 212.8 | 0.96 | 0.44 |
| Hex | 5 | 66 | DB | 62 | 35 | 0 | E | D5 | 60 | 2C |
| Octal | 5 | 146 | 333 | 142 | 65 | 0 | 16 | 325 | 140 | 54 |
| Binary | 101 | 1100110 | 11011011 | 1100010 | 110101 | 0 | 1110 | 11010101 | 1100000 | 101100 |
Color Harmonies of #0566DB
Complementary color
Monochromatic Colors of #0566DB
Black with #0566DB
Text Example
Text Example
White with #0566DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0566DB; }
p { color: rgb(5,102,219); }
H1.HeaderClassName
{
color: #0566DB;
}
.AnyTagClassName
{
color: #0566DB;
}
</style>
background-color css
<style>
a { background-color: #0566DB; }
a { background-color: rgb(5,102,219); }
div.DivClassName
{
background-color: #0566DB;
}
.BgClassName
{
background-color: #0566DB;
}
</style>
border-color css
<style>
span { border-color: #0566DB; }
span { border-color: rgb(5,102,219); }
td.TdClassName
{
border-color: #0566DB;
}
.TagClassName
{
border-color: #0566DB;
}
</style>