Shades of Navy Blue #0056DA
Tints of Navy Blue #0056DA
RGB
CMYK
RGB Variations
Color information
#0056DA (or 0x0056DA) is known color: Navy Blue. HEX triplet: 00, 56 and DA. RGB value is (0,86,218). Sum of RGB (Red+Green+Blue) = 0+86+218=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 218 (85.55% from 255 or 71.71% from 304); Max value from RGB is 218 - color contains mainly: blue. Hex color #0056DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0056DA is #FFA925. Grayscale: #4A4A4A. Windows color (decimal): -16754982 or 14308864. OLE color: 14308864.
HSL color Cylindrical-coordinate representation of color #0056DA: hue angle of 216.33º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0056DA is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 86 | 218 | - |
| CMYK | 1 | 0.61 | 0 | 0.15 |
| HSL | 216.33º | 1% | 0.43% | - |
| HSV(B) | 216.33º | 1% | 0.85% | - |
| XYZ | 15.98 | 11.72 | 67.75 | - |
| YUV | 75.33 | 208.51 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 218 | 1 | 0.61 | 0 | 0.15 | 216.33 | 1 | 0.43 |
| Hex | 0 | 56 | DA | 64 | 3D | 0 | F | D8 | 64 | 2B |
| Octal | 0 | 126 | 332 | 144 | 75 | 0 | 17 | 330 | 144 | 53 |
| Binary | 0 | 1010110 | 11011010 | 1100100 | 111101 | 0 | 1111 | 11011000 | 1100100 | 101011 |
Color Harmonies of #0056DA
Complementary color
Monochromatic Colors of #0056DA
Black with #0056DA
Text Example
Text Example
White with #0056DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0056DA; }
p { color: rgb(0,86,218); }
H1.HeaderClassName
{
color: #0056DA;
}
.AnyTagClassName
{
color: #0056DA;
}
</style>
background-color css
<style>
a { background-color: #0056DA; }
a { background-color: rgb(0,86,218); }
div.DivClassName
{
background-color: #0056DA;
}
.BgClassName
{
background-color: #0056DA;
}
</style>
border-color css
<style>
span { border-color: #0056DA; }
span { border-color: rgb(0,86,218); }
td.TdClassName
{
border-color: #0056DA;
}
.TagClassName
{
border-color: #0056DA;
}
</style>