Shades of Navy Blue #0F6EED
Tints of Navy Blue #0F6EED
RGB
CMYK
RGB Variations
Color information
#0F6EED (or 0x0F6EED) is known color: Navy Blue. HEX triplet: 0F, 6E and ED. RGB value is (15,110,237). Sum of RGB (Red+Green+Blue) = 15+110+237=362 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.14% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 237 (92.97% from 255 or 65.47% from 362); Max value from RGB is 237 - color contains mainly: blue. Hex color #0F6EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F6EED is #F09112. Grayscale: #5F5F5F. Windows color (decimal): -15765779 or 15560207. OLE color: 15560207.
HSL color Cylindrical-coordinate representation of color #0F6EED: hue angle of 214.32º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F6EED is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 110 | 237 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.07 |
| HSL | 214.32º | 0.88% | 0.49% | - |
| HSV(B) | 214.32º | 0.94% | 0.93% | - |
| XYZ | 21.06 | 17.37 | 82.36 | - |
| YUV | 96.07 | 207.53 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 110 | 237 | 0.94 | 0.54 | 0 | 0.07 | 214.32 | 0.88 | 0.49 |
| Hex | F | 6E | ED | 5E | 36 | 0 | 7 | D6 | 58 | 31 |
| Octal | 17 | 156 | 355 | 136 | 66 | 0 | 7 | 326 | 130 | 61 |
| Binary | 1111 | 1101110 | 11101101 | 1011110 | 110110 | 0 | 111 | 11010110 | 1011000 | 110001 |
Color Harmonies of #0F6EED
Complementary color
Monochromatic Colors of #0F6EED
Black with #0F6EED
Text Example
Text Example
White with #0F6EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6EED; }
p { color: rgb(15,110,237); }
H1.HeaderClassName
{
color: #0F6EED;
}
.AnyTagClassName
{
color: #0F6EED;
}
</style>
background-color css
<style>
a { background-color: #0F6EED; }
a { background-color: rgb(15,110,237); }
div.DivClassName
{
background-color: #0F6EED;
}
.BgClassName
{
background-color: #0F6EED;
}
</style>
border-color css
<style>
span { border-color: #0F6EED; }
span { border-color: rgb(15,110,237); }
td.TdClassName
{
border-color: #0F6EED;
}
.TagClassName
{
border-color: #0F6EED;
}
</style>