Shades of Navy Blue #0F6FEF
Tints of Navy Blue #0F6FEF
RGB
CMYK
RGB Variations
Color information
#0F6FEF (or 0x0F6FEF) is known color: Navy Blue. HEX triplet: 0F, 6F and EF. RGB value is (15,111,239). Sum of RGB (Red+Green+Blue) = 15+111+239=365 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.11% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 239 (93.75% from 255 or 65.48% from 365); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F6FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F6FEF is #F09010. Grayscale: #606060. Windows color (decimal): -15765521 or 15691535. OLE color: 15691535.
HSL color Cylindrical-coordinate representation of color #0F6FEF: hue angle of 214.29º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F6FEF is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 111 | 239 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.06 |
| HSL | 214.29º | 0.88% | 0.5% | - |
| HSV(B) | 214.29º | 0.94% | 0.94% | - |
| XYZ | 21.46 | 17.7 | 83.95 | - |
| YUV | 96.89 | 208.2 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 111 | 239 | 0.94 | 0.54 | 0 | 0.06 | 214.29 | 0.88 | 0.5 |
| Hex | F | 6F | EF | 5E | 36 | 0 | 6 | D6 | 58 | 32 |
| Octal | 17 | 157 | 357 | 136 | 66 | 0 | 6 | 326 | 130 | 62 |
| Binary | 1111 | 1101111 | 11101111 | 1011110 | 110110 | 0 | 110 | 11010110 | 1011000 | 110010 |
Color Harmonies of #0F6FEF
Complementary color
Monochromatic Colors of #0F6FEF
Black with #0F6FEF
Text Example
Text Example
White with #0F6FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6FEF; }
p { color: rgb(15,111,239); }
H1.HeaderClassName
{
color: #0F6FEF;
}
.AnyTagClassName
{
color: #0F6FEF;
}
</style>
background-color css
<style>
a { background-color: #0F6FEF; }
a { background-color: rgb(15,111,239); }
div.DivClassName
{
background-color: #0F6FEF;
}
.BgClassName
{
background-color: #0F6FEF;
}
</style>
border-color css
<style>
span { border-color: #0F6FEF; }
span { border-color: rgb(15,111,239); }
td.TdClassName
{
border-color: #0F6FEF;
}
.TagClassName
{
border-color: #0F6FEF;
}
</style>