Shades of Navy Blue #0F6DDB
Tints of Navy Blue #0F6DDB
RGB
CMYK
RGB Variations
Color information
#0F6DDB (or 0x0F6DDB) is known color: Navy Blue. HEX triplet: 0F, 6D and DB. RGB value is (15,109,219). Sum of RGB (Red+Green+Blue) = 15+109+219=343 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.37% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #0F6DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6DDB is #F09224. Grayscale: #5C5C5C. Windows color (decimal): -15766053 or 14380303. OLE color: 14380303.
HSL color Cylindrical-coordinate representation of color #0F6DDB: hue angle of 212.35º 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 #0F6DDB is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 109 | 219 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.14 |
| HSL | 212.35º | 0.87% | 0.46% | - |
| HSV(B) | 212.35º | 0.93% | 0.86% | - |
| XYZ | 18.45 | 16.15 | 69.16 | - |
| YUV | 93.43 | 198.86 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 109 | 219 | 0.93 | 0.50 | 0 | 0.14 | 212.35 | 0.87 | 0.46 |
| Hex | F | 6D | DB | 5D | 32 | 0 | E | D4 | 57 | 2E |
| Octal | 17 | 155 | 333 | 135 | 62 | 0 | 16 | 324 | 127 | 56 |
| Binary | 1111 | 1101101 | 11011011 | 1011101 | 110010 | 0 | 1110 | 11010100 | 1010111 | 101110 |
Color Harmonies of #0F6DDB
Complementary color
Monochromatic Colors of #0F6DDB
Black with #0F6DDB
Text Example
Text Example
White with #0F6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6DDB; }
p { color: rgb(15,109,219); }
H1.HeaderClassName
{
color: #0F6DDB;
}
.AnyTagClassName
{
color: #0F6DDB;
}
</style>
background-color css
<style>
a { background-color: #0F6DDB; }
a { background-color: rgb(15,109,219); }
div.DivClassName
{
background-color: #0F6DDB;
}
.BgClassName
{
background-color: #0F6DDB;
}
</style>
border-color css
<style>
span { border-color: #0F6DDB; }
span { border-color: rgb(15,109,219); }
td.TdClassName
{
border-color: #0F6DDB;
}
.TagClassName
{
border-color: #0F6DDB;
}
</style>