Shades of Navy Blue #0566CE
Tints of Navy Blue #0566CE
RGB
CMYK
RGB Variations
Color information
#0566CE (or 0x0566CE) is known color: Navy Blue. HEX triplet: 05, 66 and CE. RGB value is (5,102,206). Sum of RGB (Red+Green+Blue) = 5+102+206=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #0566CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0566CE is #FA9931. Grayscale: #545454. Windows color (decimal): -16423218 or 13526533. OLE color: 13526533.
HSL color Cylindrical-coordinate representation of color #0566CE: hue angle of 211.04º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0566CE is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 102 | 206 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.19 |
| HSL | 211.04º | 0.95% | 0.41% | - |
| HSV(B) | 211.04º | 0.98% | 0.81% | - |
| XYZ | 15.95 | 13.99 | 60.25 | - |
| YUV | 84.85 | 196.36 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 206 | 0.98 | 0.50 | 0 | 0.19 | 211.04 | 0.95 | 0.41 |
| Hex | 5 | 66 | CE | 62 | 32 | 0 | 13 | D3 | 5F | 29 |
| Octal | 5 | 146 | 316 | 142 | 62 | 0 | 23 | 323 | 137 | 51 |
| Binary | 101 | 1100110 | 11001110 | 1100010 | 110010 | 0 | 10011 | 11010011 | 1011111 | 101001 |
Color Harmonies of #0566CE
Complementary color
Monochromatic Colors of #0566CE
Black with #0566CE
Text Example
Text Example
White with #0566CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0566CE; }
p { color: rgb(5,102,206); }
H1.HeaderClassName
{
color: #0566CE;
}
.AnyTagClassName
{
color: #0566CE;
}
</style>
background-color css
<style>
a { background-color: #0566CE; }
a { background-color: rgb(5,102,206); }
div.DivClassName
{
background-color: #0566CE;
}
.BgClassName
{
background-color: #0566CE;
}
</style>
border-color css
<style>
span { border-color: #0566CE; }
span { border-color: rgb(5,102,206); }
td.TdClassName
{
border-color: #0566CE;
}
.TagClassName
{
border-color: #0566CE;
}
</style>