Shades of Navy Blue #0054DA
Tints of Navy Blue #0054DA
RGB
CMYK
RGB Variations
Color information
#0054DA (or 0x0054DA) is known color: Navy Blue. HEX triplet: 00, 54 and DA. RGB value is (0,84,218). Sum of RGB (Red+Green+Blue) = 0+84+218=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 218 (85.55% from 255 or 72.19% from 302); Max value from RGB is 218 - color contains mainly: blue. Hex color #0054DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0054DA is #FFAB25. Grayscale: #494949. Windows color (decimal): -16755494 or 14308352. OLE color: 14308352.
HSL color Cylindrical-coordinate representation of color #0054DA: hue angle of 216.88º 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 #0054DA is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 84 | 218 | - |
| CMYK | 1 | 0.61 | 0 | 0.15 |
| HSL | 216.88º | 1% | 0.43% | - |
| HSV(B) | 216.88º | 1% | 0.85% | - |
| XYZ | 15.83 | 11.4 | 67.7 | - |
| YUV | 74.16 | 209.17 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 84 | 218 | 1 | 0.61 | 0 | 0.15 | 216.88 | 1 | 0.43 |
| Hex | 0 | 54 | DA | 64 | 3D | 0 | F | D9 | 64 | 2B |
| Octal | 0 | 124 | 332 | 144 | 75 | 0 | 17 | 331 | 144 | 53 |
| Binary | 0 | 1010100 | 11011010 | 1100100 | 111101 | 0 | 1111 | 11011001 | 1100100 | 101011 |
Color Harmonies of #0054DA
Complementary color
Monochromatic Colors of #0054DA
Black with #0054DA
Text Example
Text Example
White with #0054DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0054DA; }
p { color: rgb(0,84,218); }
H1.HeaderClassName
{
color: #0054DA;
}
.AnyTagClassName
{
color: #0054DA;
}
</style>
background-color css
<style>
a { background-color: #0054DA; }
a { background-color: rgb(0,84,218); }
div.DivClassName
{
background-color: #0054DA;
}
.BgClassName
{
background-color: #0054DA;
}
</style>
border-color css
<style>
span { border-color: #0054DA; }
span { border-color: rgb(0,84,218); }
td.TdClassName
{
border-color: #0054DA;
}
.TagClassName
{
border-color: #0054DA;
}
</style>