Shades of Navy Blue #0566BF
Tints of Navy Blue #0566BF
RGB
CMYK
RGB Variations
Color information
#0566BF (or 0x0566BF) is known color: Navy Blue. HEX triplet: 05, 66 and BF. RGB value is (5,102,191). Sum of RGB (Red+Green+Blue) = 5+102+191=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #0566BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0566BF is #FA9940. Grayscale: #525252. Windows color (decimal): -16423233 or 12543493. OLE color: 12543493.
HSL color Cylindrical-coordinate representation of color #0566BF: hue angle of 208.71º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0566BF is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 102 | 191 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.25 |
| HSL | 208.71º | 0.95% | 0.38% | - |
| HSV(B) | 208.71º | 0.97% | 0.75% | - |
| XYZ | 14.22 | 13.3 | 51.11 | - |
| YUV | 83.14 | 188.86 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 191 | 0.97 | 0.47 | 0 | 0.25 | 208.71 | 0.95 | 0.38 |
| Hex | 5 | 66 | BF | 61 | 2F | 0 | 19 | D1 | 5F | 26 |
| Octal | 5 | 146 | 277 | 141 | 57 | 0 | 31 | 321 | 137 | 46 |
| Binary | 101 | 1100110 | 10111111 | 1100001 | 101111 | 0 | 11001 | 11010001 | 1011111 | 100110 |
Color Harmonies of #0566BF
Complementary color
Monochromatic Colors of #0566BF
Black with #0566BF
Text Example
Text Example
White with #0566BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0566BF; }
p { color: rgb(5,102,191); }
H1.HeaderClassName
{
color: #0566BF;
}
.AnyTagClassName
{
color: #0566BF;
}
</style>
background-color css
<style>
a { background-color: #0566BF; }
a { background-color: rgb(5,102,191); }
div.DivClassName
{
background-color: #0566BF;
}
.BgClassName
{
background-color: #0566BF;
}
</style>
border-color css
<style>
span { border-color: #0566BF; }
span { border-color: rgb(5,102,191); }
td.TdClassName
{
border-color: #0566BF;
}
.TagClassName
{
border-color: #0566BF;
}
</style>