Shades of Navy Blue #0F69DB
Tints of Navy Blue #0F69DB
RGB
CMYK
RGB Variations
Color information
#0F69DB (or 0x0F69DB) is known color: Navy Blue. HEX triplet: 0F, 69 and DB. RGB value is (15,105,219). Sum of RGB (Red+Green+Blue) = 15+105+219=339 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.42% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #0F69DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F69DB is #F09624. Grayscale: #5A5A5A. Windows color (decimal): -15767077 or 14379279. OLE color: 14379279.
HSL color Cylindrical-coordinate representation of color #0F69DB: hue angle of 213.53º 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 #0F69DB is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 105 | 219 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.14 |
| HSL | 213.53º | 0.87% | 0.46% | - |
| HSV(B) | 213.53º | 0.93% | 0.86% | - |
| XYZ | 18.03 | 15.32 | 69.02 | - |
| YUV | 91.09 | 200.18 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 105 | 219 | 0.93 | 0.52 | 0 | 0.14 | 213.53 | 0.87 | 0.46 |
| Hex | F | 69 | DB | 5D | 34 | 0 | E | D6 | 57 | 2E |
| Octal | 17 | 151 | 333 | 135 | 64 | 0 | 16 | 326 | 127 | 56 |
| Binary | 1111 | 1101001 | 11011011 | 1011101 | 110100 | 0 | 1110 | 11010110 | 1010111 | 101110 |
Color Harmonies of #0F69DB
Complementary color
Monochromatic Colors of #0F69DB
Black with #0F69DB
Text Example
Text Example
White with #0F69DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F69DB; }
p { color: rgb(15,105,219); }
H1.HeaderClassName
{
color: #0F69DB;
}
.AnyTagClassName
{
color: #0F69DB;
}
</style>
background-color css
<style>
a { background-color: #0F69DB; }
a { background-color: rgb(15,105,219); }
div.DivClassName
{
background-color: #0F69DB;
}
.BgClassName
{
background-color: #0F69DB;
}
</style>
border-color css
<style>
span { border-color: #0F69DB; }
span { border-color: rgb(15,105,219); }
td.TdClassName
{
border-color: #0F69DB;
}
.TagClassName
{
border-color: #0F69DB;
}
</style>