Shades of Navy Blue #0564DF
Tints of Navy Blue #0564DF
RGB
CMYK
RGB Variations
Color information
#0564DF (or 0x0564DF) is known color: Navy Blue. HEX triplet: 05, 64 and DF. RGB value is (5,100,223). Sum of RGB (Red+Green+Blue) = 5+100+223=328 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 223 (87.5% from 255 or 67.99% from 328); Max value from RGB is 223 - color contains mainly: blue. Hex color #0564DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0564DF is #FA9B20. Grayscale: #555555. Windows color (decimal): -16423713 or 14640133. OLE color: 14640133.
HSL color Cylindrical-coordinate representation of color #0564DF: hue angle of 213.85º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0564DF is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 100 | 223 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.13 |
| HSL | 213.85º | 0.96% | 0.45% | - |
| HSV(B) | 213.85º | 0.98% | 0.87% | - |
| XYZ | 17.94 | 14.47 | 71.66 | - |
| YUV | 85.62 | 205.53 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 100 | 223 | 0.98 | 0.55 | 0 | 0.13 | 213.85 | 0.96 | 0.45 |
| Hex | 5 | 64 | DF | 62 | 37 | 0 | D | D6 | 60 | 2D |
| Octal | 5 | 144 | 337 | 142 | 67 | 0 | 15 | 326 | 140 | 55 |
| Binary | 101 | 1100100 | 11011111 | 1100010 | 110111 | 0 | 1101 | 11010110 | 1100000 | 101101 |
Color Harmonies of #0564DF
Complementary color
Monochromatic Colors of #0564DF
Black with #0564DF
Text Example
Text Example
White with #0564DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0564DF; }
p { color: rgb(5,100,223); }
H1.HeaderClassName
{
color: #0564DF;
}
.AnyTagClassName
{
color: #0564DF;
}
</style>
background-color css
<style>
a { background-color: #0564DF; }
a { background-color: rgb(5,100,223); }
div.DivClassName
{
background-color: #0564DF;
}
.BgClassName
{
background-color: #0564DF;
}
</style>
border-color css
<style>
span { border-color: #0564DF; }
span { border-color: rgb(5,100,223); }
td.TdClassName
{
border-color: #0564DF;
}
.TagClassName
{
border-color: #0564DF;
}
</style>