Shades of Navy Blue #0566CA
Tints of Navy Blue #0566CA
RGB
CMYK
RGB Variations
Color information
#0566CA (or 0x0566CA) is known color: Navy Blue. HEX triplet: 05, 66 and CA. RGB value is (5,102,202). Sum of RGB (Red+Green+Blue) = 5+102+202=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 202 (79.30% from 255 or 65.37% from 309); Max value from RGB is 202 - color contains mainly: blue. Hex color #0566CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0566CA is #FA9935. Grayscale: #535353. Windows color (decimal): -16423222 or 13264389. OLE color: 13264389.
HSL color Cylindrical-coordinate representation of color #0566CA: hue angle of 210.46º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0566CA is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 102 | 202 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.21 |
| HSL | 210.46º | 0.95% | 0.41% | - |
| HSV(B) | 210.46º | 0.98% | 0.79% | - |
| XYZ | 15.47 | 13.8 | 57.73 | - |
| YUV | 84.4 | 194.36 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 202 | 0.98 | 0.50 | 0 | 0.21 | 210.46 | 0.95 | 0.41 |
| Hex | 5 | 66 | CA | 62 | 32 | 0 | 15 | D2 | 5F | 29 |
| Octal | 5 | 146 | 312 | 142 | 62 | 0 | 25 | 322 | 137 | 51 |
| Binary | 101 | 1100110 | 11001010 | 1100010 | 110010 | 0 | 10101 | 11010010 | 1011111 | 101001 |
Color Harmonies of #0566CA
Complementary color
Monochromatic Colors of #0566CA
Black with #0566CA
Text Example
Text Example
White with #0566CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0566CA; }
p { color: rgb(5,102,202); }
H1.HeaderClassName
{
color: #0566CA;
}
.AnyTagClassName
{
color: #0566CA;
}
</style>
background-color css
<style>
a { background-color: #0566CA; }
a { background-color: rgb(5,102,202); }
div.DivClassName
{
background-color: #0566CA;
}
.BgClassName
{
background-color: #0566CA;
}
</style>
border-color css
<style>
span { border-color: #0566CA; }
span { border-color: rgb(5,102,202); }
td.TdClassName
{
border-color: #0566CA;
}
.TagClassName
{
border-color: #0566CA;
}
</style>