Shades of Navy Blue #0054DD
Tints of Navy Blue #0054DD
RGB
CMYK
RGB Variations
Color information
#0054DD (or 0x0054DD) is known color: Navy Blue. HEX triplet: 00, 54 and DD. RGB value is (0,84,221). Sum of RGB (Red+Green+Blue) = 0+84+221=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #0054DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0054DD is #FFAB22. Grayscale: #494949. Windows color (decimal): -16755491 or 14504960. OLE color: 14504960.
HSL color Cylindrical-coordinate representation of color #0054DD: hue angle of 217.19º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0054DD is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 84 | 221 | - |
| CMYK | 1 | 0.62 | 0 | 0.13 |
| HSL | 217.19º | 1% | 0.43% | - |
| HSV(B) | 217.19º | 1% | 0.87% | - |
| XYZ | 16.22 | 11.56 | 69.78 | - |
| YUV | 74.5 | 210.67 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 84 | 221 | 1 | 0.62 | 0 | 0.13 | 217.19 | 1 | 0.43 |
| Hex | 0 | 54 | DD | 64 | 3E | 0 | D | D9 | 64 | 2B |
| Octal | 0 | 124 | 335 | 144 | 76 | 0 | 15 | 331 | 144 | 53 |
| Binary | 0 | 1010100 | 11011101 | 1100100 | 111110 | 0 | 1101 | 11011001 | 1100100 | 101011 |
Color Harmonies of #0054DD
Complementary color
Monochromatic Colors of #0054DD
Black with #0054DD
Text Example
Text Example
White with #0054DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0054DD; }
p { color: rgb(0,84,221); }
H1.HeaderClassName
{
color: #0054DD;
}
.AnyTagClassName
{
color: #0054DD;
}
</style>
background-color css
<style>
a { background-color: #0054DD; }
a { background-color: rgb(0,84,221); }
div.DivClassName
{
background-color: #0054DD;
}
.BgClassName
{
background-color: #0054DD;
}
</style>
border-color css
<style>
span { border-color: #0054DD; }
span { border-color: rgb(0,84,221); }
td.TdClassName
{
border-color: #0054DD;
}
.TagClassName
{
border-color: #0054DD;
}
</style>