Shades of Navy Blue #0F6EDD
Tints of Navy Blue #0F6EDD
RGB
CMYK
RGB Variations
Color information
#0F6EDD (or 0x0F6EDD) is known color: Navy Blue. HEX triplet: 0F, 6E and DD. RGB value is (15,110,221). Sum of RGB (Red+Green+Blue) = 15+110+221=346 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.34% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #0F6EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6EDD is #F09122. Grayscale: #5D5D5D. Windows color (decimal): -15765795 or 14511631. OLE color: 14511631.
HSL color Cylindrical-coordinate representation of color #0F6EDD: hue angle of 212.33º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F6EDD is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 110 | 221 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.13 |
| HSL | 212.33º | 0.87% | 0.46% | - |
| HSV(B) | 212.33º | 0.93% | 0.87% | - |
| XYZ | 18.82 | 16.47 | 70.59 | - |
| YUV | 94.25 | 199.53 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 110 | 221 | 0.93 | 0.50 | 0 | 0.13 | 212.33 | 0.87 | 0.46 |
| Hex | F | 6E | DD | 5D | 32 | 0 | D | D4 | 57 | 2E |
| Octal | 17 | 156 | 335 | 135 | 62 | 0 | 15 | 324 | 127 | 56 |
| Binary | 1111 | 1101110 | 11011101 | 1011101 | 110010 | 0 | 1101 | 11010100 | 1010111 | 101110 |
Color Harmonies of #0F6EDD
Complementary color
Monochromatic Colors of #0F6EDD
Black with #0F6EDD
Text Example
Text Example
White with #0F6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6EDD; }
p { color: rgb(15,110,221); }
H1.HeaderClassName
{
color: #0F6EDD;
}
.AnyTagClassName
{
color: #0F6EDD;
}
</style>
background-color css
<style>
a { background-color: #0F6EDD; }
a { background-color: rgb(15,110,221); }
div.DivClassName
{
background-color: #0F6EDD;
}
.BgClassName
{
background-color: #0F6EDD;
}
</style>
border-color css
<style>
span { border-color: #0F6EDD; }
span { border-color: rgb(15,110,221); }
td.TdClassName
{
border-color: #0F6EDD;
}
.TagClassName
{
border-color: #0F6EDD;
}
</style>