Shades of Navy Blue #0F54DC
Tints of Navy Blue #0F54DC
RGB
CMYK
RGB Variations
Color information
#0F54DC (or 0x0F54DC) is known color: Navy Blue. HEX triplet: 0F, 54 and DC. RGB value is (15,84,220). Sum of RGB (Red+Green+Blue) = 15+84+220=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F54DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F54DC is #F0AB23. Grayscale: #4E4E4E. Windows color (decimal): -15772452 or 14439439. OLE color: 14439439.
HSL color Cylindrical-coordinate representation of color #0F54DC: hue angle of 219.8º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F54DC is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 84 | 220 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.14 |
| HSL | 219.8º | 0.87% | 0.46% | - |
| HSV(B) | 219.8º | 0.93% | 0.86% | - |
| XYZ | 16.29 | 11.61 | 69.09 | - |
| YUV | 78.87 | 207.64 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 84 | 220 | 0.93 | 0.62 | 0 | 0.14 | 219.8 | 0.87 | 0.46 |
| Hex | F | 54 | DC | 5D | 3E | 0 | E | DC | 57 | 2E |
| Octal | 17 | 124 | 334 | 135 | 76 | 0 | 16 | 334 | 127 | 56 |
| Binary | 1111 | 1010100 | 11011100 | 1011101 | 111110 | 0 | 1110 | 11011100 | 1010111 | 101110 |
Color Harmonies of #0F54DC
Complementary color
Monochromatic Colors of #0F54DC
Black with #0F54DC
Text Example
Text Example
White with #0F54DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F54DC; }
p { color: rgb(15,84,220); }
H1.HeaderClassName
{
color: #0F54DC;
}
.AnyTagClassName
{
color: #0F54DC;
}
</style>
background-color css
<style>
a { background-color: #0F54DC; }
a { background-color: rgb(15,84,220); }
div.DivClassName
{
background-color: #0F54DC;
}
.BgClassName
{
background-color: #0F54DC;
}
</style>
border-color css
<style>
span { border-color: #0F54DC; }
span { border-color: rgb(15,84,220); }
td.TdClassName
{
border-color: #0F54DC;
}
.TagClassName
{
border-color: #0F54DC;
}
</style>