Shades of Navy Blue #0F6ECB
Tints of Navy Blue #0F6ECB
RGB
CMYK
RGB Variations
Color information
#0F6ECB (or 0x0F6ECB) is known color: Navy Blue. HEX triplet: 0F, 6E and CB. RGB value is (15,110,203). Sum of RGB (Red+Green+Blue) = 15+110+203=328 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.57% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F6ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6ECB is #F09134. Grayscale: #5B5B5B. Windows color (decimal): -15765813 or 13331983. OLE color: 13331983.
HSL color Cylindrical-coordinate representation of color #0F6ECB: hue angle of 209.68º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F6ECB is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 110 | 203 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.20 |
| HSL | 209.68º | 0.86% | 0.43% | - |
| HSV(B) | 209.68º | 0.93% | 0.8% | - |
| XYZ | 16.55 | 15.57 | 58.63 | - |
| YUV | 92.2 | 190.53 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 110 | 203 | 0.93 | 0.46 | 0 | 0.20 | 209.68 | 0.86 | 0.43 |
| Hex | F | 6E | CB | 5D | 2E | 0 | 14 | D2 | 56 | 2B |
| Octal | 17 | 156 | 313 | 135 | 56 | 0 | 24 | 322 | 126 | 53 |
| Binary | 1111 | 1101110 | 11001011 | 1011101 | 101110 | 0 | 10100 | 11010010 | 1010110 | 101011 |
Color Harmonies of #0F6ECB
Complementary color
Monochromatic Colors of #0F6ECB
Black with #0F6ECB
Text Example
Text Example
White with #0F6ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6ECB; }
p { color: rgb(15,110,203); }
H1.HeaderClassName
{
color: #0F6ECB;
}
.AnyTagClassName
{
color: #0F6ECB;
}
</style>
background-color css
<style>
a { background-color: #0F6ECB; }
a { background-color: rgb(15,110,203); }
div.DivClassName
{
background-color: #0F6ECB;
}
.BgClassName
{
background-color: #0F6ECB;
}
</style>
border-color css
<style>
span { border-color: #0F6ECB; }
span { border-color: rgb(15,110,203); }
td.TdClassName
{
border-color: #0F6ECB;
}
.TagClassName
{
border-color: #0F6ECB;
}
</style>