Shades of Navy Blue #0D54DC
Tints of Navy Blue #0D54DC
RGB
CMYK
RGB Variations
Color information
#0D54DC (or 0x0D54DC) is known color: Navy Blue. HEX triplet: 0D, 54 and DC. RGB value is (13,84,220). Sum of RGB (Red+Green+Blue) = 13+84+220=317 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.10% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 220 (86.33% from 255 or 69.40% from 317); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D54DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D54DC is #F2AB23. Grayscale: #4D4D4D. Windows color (decimal): -15903524 or 14439437. OLE color: 14439437.
HSL color Cylindrical-coordinate representation of color #0D54DC: hue angle of 219.42º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D54DC is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 84 | 220 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.14 |
| HSL | 219.42º | 0.89% | 0.46% | - |
| HSV(B) | 219.42º | 0.94% | 0.86% | - |
| XYZ | 16.25 | 11.59 | 69.09 | - |
| YUV | 78.28 | 207.98 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 84 | 220 | 0.94 | 0.62 | 0 | 0.14 | 219.42 | 0.89 | 0.46 |
| Hex | D | 54 | DC | 5E | 3E | 0 | E | DB | 59 | 2E |
| Octal | 15 | 124 | 334 | 136 | 76 | 0 | 16 | 333 | 131 | 56 |
| Binary | 1101 | 1010100 | 11011100 | 1011110 | 111110 | 0 | 1110 | 11011011 | 1011001 | 101110 |
Color Harmonies of #0D54DC
Complementary color
Monochromatic Colors of #0D54DC
Black with #0D54DC
Text Example
Text Example
White with #0D54DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D54DC; }
p { color: rgb(13,84,220); }
H1.HeaderClassName
{
color: #0D54DC;
}
.AnyTagClassName
{
color: #0D54DC;
}
</style>
background-color css
<style>
a { background-color: #0D54DC; }
a { background-color: rgb(13,84,220); }
div.DivClassName
{
background-color: #0D54DC;
}
.BgClassName
{
background-color: #0D54DC;
}
</style>
border-color css
<style>
span { border-color: #0D54DC; }
span { border-color: rgb(13,84,220); }
td.TdClassName
{
border-color: #0D54DC;
}
.TagClassName
{
border-color: #0D54DC;
}
</style>