Shades of Navy Blue #0054DF
Tints of Navy Blue #0054DF
RGB
CMYK
RGB Variations
Color information
#0054DF (or 0x0054DF) is known color: Navy Blue. HEX triplet: 00, 54 and DF. RGB value is (0,84,223). Sum of RGB (Red+Green+Blue) = 0+84+223=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #0054DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0054DF is #FFAB20. Grayscale: #4A4A4A. Windows color (decimal): -16755489 or 14636032. OLE color: 14636032.
HSL color Cylindrical-coordinate representation of color #0054DF: hue angle of 217.4º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0054DF is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 84 | 223 | - |
| CMYK | 1 | 0.62 | 0 | 0.13 |
| HSL | 217.4º | 1% | 0.44% | - |
| HSV(B) | 217.4º | 1% | 0.87% | - |
| XYZ | 16.49 | 11.67 | 71.2 | - |
| YUV | 74.73 | 211.67 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 84 | 223 | 1 | 0.62 | 0 | 0.13 | 217.4 | 1 | 0.44 |
| Hex | 0 | 54 | DF | 64 | 3E | 0 | D | D9 | 64 | 2C |
| Octal | 0 | 124 | 337 | 144 | 76 | 0 | 15 | 331 | 144 | 54 |
| Binary | 0 | 1010100 | 11011111 | 1100100 | 111110 | 0 | 1101 | 11011001 | 1100100 | 101100 |
Color Harmonies of #0054DF
Complementary color
Monochromatic Colors of #0054DF
Black with #0054DF
Text Example
Text Example
White with #0054DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0054DF; }
p { color: rgb(0,84,223); }
H1.HeaderClassName
{
color: #0054DF;
}
.AnyTagClassName
{
color: #0054DF;
}
</style>
background-color css
<style>
a { background-color: #0054DF; }
a { background-color: rgb(0,84,223); }
div.DivClassName
{
background-color: #0054DF;
}
.BgClassName
{
background-color: #0054DF;
}
</style>
border-color css
<style>
span { border-color: #0054DF; }
span { border-color: rgb(0,84,223); }
td.TdClassName
{
border-color: #0054DF;
}
.TagClassName
{
border-color: #0054DF;
}
</style>