Shades of Navy Blue #0F6FDC
Tints of Navy Blue #0F6FDC
RGB
CMYK
RGB Variations
Color information
#0F6FDC (or 0x0F6FDC) is known color: Navy Blue. HEX triplet: 0F, 6F and DC. RGB value is (15,111,220). Sum of RGB (Red+Green+Blue) = 15+111+220=346 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.34% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F6FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6FDC is #F09023. Grayscale: #5E5E5E. Windows color (decimal): -15765540 or 14446351. OLE color: 14446351.
HSL color Cylindrical-coordinate representation of color #0F6FDC: hue angle of 211.9º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F6FDC is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 111 | 220 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.14 |
| HSL | 211.9º | 0.87% | 0.46% | - |
| HSV(B) | 211.9º | 0.93% | 0.86% | - |
| XYZ | 18.8 | 16.64 | 69.93 | - |
| YUV | 94.72 | 198.7 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 111 | 220 | 0.93 | 0.50 | 0 | 0.14 | 211.9 | 0.87 | 0.46 |
| Hex | F | 6F | DC | 5D | 32 | 0 | E | D4 | 57 | 2E |
| Octal | 17 | 157 | 334 | 135 | 62 | 0 | 16 | 324 | 127 | 56 |
| Binary | 1111 | 1101111 | 11011100 | 1011101 | 110010 | 0 | 1110 | 11010100 | 1010111 | 101110 |
Color Harmonies of #0F6FDC
Complementary color
Monochromatic Colors of #0F6FDC
Black with #0F6FDC
Text Example
Text Example
White with #0F6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6FDC; }
p { color: rgb(15,111,220); }
H1.HeaderClassName
{
color: #0F6FDC;
}
.AnyTagClassName
{
color: #0F6FDC;
}
</style>
background-color css
<style>
a { background-color: #0F6FDC; }
a { background-color: rgb(15,111,220); }
div.DivClassName
{
background-color: #0F6FDC;
}
.BgClassName
{
background-color: #0F6FDC;
}
</style>
border-color css
<style>
span { border-color: #0F6FDC; }
span { border-color: rgb(15,111,220); }
td.TdClassName
{
border-color: #0F6FDC;
}
.TagClassName
{
border-color: #0F6FDC;
}
</style>