Shades of Navy Blue #0F6ECE
Tints of Navy Blue #0F6ECE
RGB
CMYK
RGB Variations
Color information
#0F6ECE (or 0x0F6ECE) is known color: Navy Blue. HEX triplet: 0F, 6E and CE. RGB value is (15,110,206). Sum of RGB (Red+Green+Blue) = 15+110+206=331 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.53% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #0F6ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6ECE is #F09131. Grayscale: #5C5C5C. Windows color (decimal): -15765810 or 13528591. OLE color: 13528591.
HSL color Cylindrical-coordinate representation of color #0F6ECE: hue angle of 210.16º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F6ECE is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 110 | 206 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.19 |
| HSL | 210.16º | 0.86% | 0.43% | - |
| HSV(B) | 210.16º | 0.93% | 0.81% | - |
| XYZ | 16.91 | 15.71 | 60.53 | - |
| YUV | 92.54 | 192.03 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 110 | 206 | 0.93 | 0.47 | 0 | 0.19 | 210.16 | 0.86 | 0.43 |
| Hex | F | 6E | CE | 5D | 2F | 0 | 13 | D2 | 56 | 2B |
| Octal | 17 | 156 | 316 | 135 | 57 | 0 | 23 | 322 | 126 | 53 |
| Binary | 1111 | 1101110 | 11001110 | 1011101 | 101111 | 0 | 10011 | 11010010 | 1010110 | 101011 |
Color Harmonies of #0F6ECE
Complementary color
Monochromatic Colors of #0F6ECE
Black with #0F6ECE
Text Example
Text Example
White with #0F6ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6ECE; }
p { color: rgb(15,110,206); }
H1.HeaderClassName
{
color: #0F6ECE;
}
.AnyTagClassName
{
color: #0F6ECE;
}
</style>
background-color css
<style>
a { background-color: #0F6ECE; }
a { background-color: rgb(15,110,206); }
div.DivClassName
{
background-color: #0F6ECE;
}
.BgClassName
{
background-color: #0F6ECE;
}
</style>
border-color css
<style>
span { border-color: #0F6ECE; }
span { border-color: rgb(15,110,206); }
td.TdClassName
{
border-color: #0F6ECE;
}
.TagClassName
{
border-color: #0F6ECE;
}
</style>