Shades of Navy Blue #0F54DB
Tints of Navy Blue #0F54DB
RGB
CMYK
RGB Variations
Color information
#0F54DB (or 0x0F54DB) is known color: Navy Blue. HEX triplet: 0F, 54 and DB. RGB value is (15,84,219). Sum of RGB (Red+Green+Blue) = 15+84+219=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #0F54DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F54DB is #F0AB24. Grayscale: #4E4E4E. Windows color (decimal): -15772453 or 14373903. OLE color: 14373903.
HSL color Cylindrical-coordinate representation of color #0F54DB: hue angle of 219.71º 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 #0F54DB is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 84 | 219 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.14 |
| HSL | 219.71º | 0.87% | 0.46% | - |
| HSV(B) | 219.71º | 0.93% | 0.86% | - |
| XYZ | 16.15 | 11.56 | 68.4 | - |
| YUV | 78.76 | 207.14 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 84 | 219 | 0.93 | 0.62 | 0 | 0.14 | 219.71 | 0.87 | 0.46 |
| Hex | F | 54 | DB | 5D | 3E | 0 | E | DC | 57 | 2E |
| Octal | 17 | 124 | 333 | 135 | 76 | 0 | 16 | 334 | 127 | 56 |
| Binary | 1111 | 1010100 | 11011011 | 1011101 | 111110 | 0 | 1110 | 11011100 | 1010111 | 101110 |
Color Harmonies of #0F54DB
Complementary color
Monochromatic Colors of #0F54DB
Black with #0F54DB
Text Example
Text Example
White with #0F54DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F54DB; }
p { color: rgb(15,84,219); }
H1.HeaderClassName
{
color: #0F54DB;
}
.AnyTagClassName
{
color: #0F54DB;
}
</style>
background-color css
<style>
a { background-color: #0F54DB; }
a { background-color: rgb(15,84,219); }
div.DivClassName
{
background-color: #0F54DB;
}
.BgClassName
{
background-color: #0F54DB;
}
</style>
border-color css
<style>
span { border-color: #0F54DB; }
span { border-color: rgb(15,84,219); }
td.TdClassName
{
border-color: #0F54DB;
}
.TagClassName
{
border-color: #0F54DB;
}
</style>