Shades of Navy Blue #0F6CDA
Tints of Navy Blue #0F6CDA
RGB
CMYK
RGB Variations
Color information
#0F6CDA (or 0x0F6CDA) is known color: Navy Blue. HEX triplet: 0F, 6C and DA. RGB value is (15,108,218). Sum of RGB (Red+Green+Blue) = 15+108+218=341 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.40% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #0F6CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6CDA is #F09325. Grayscale: #5C5C5C. Windows color (decimal): -15766310 or 14314511. OLE color: 14314511.
HSL color Cylindrical-coordinate representation of color #0F6CDA: hue angle of 212.51º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F6CDA is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 108 | 218 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.15 |
| HSL | 212.51º | 0.87% | 0.46% | - |
| HSV(B) | 212.51º | 0.93% | 0.85% | - |
| XYZ | 18.21 | 15.89 | 68.44 | - |
| YUV | 92.73 | 198.69 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 108 | 218 | 0.93 | 0.50 | 0 | 0.15 | 212.51 | 0.87 | 0.46 |
| Hex | F | 6C | DA | 5D | 32 | 0 | F | D5 | 57 | 2E |
| Octal | 17 | 154 | 332 | 135 | 62 | 0 | 17 | 325 | 127 | 56 |
| Binary | 1111 | 1101100 | 11011010 | 1011101 | 110010 | 0 | 1111 | 11010101 | 1010111 | 101110 |
Color Harmonies of #0F6CDA
Complementary color
Monochromatic Colors of #0F6CDA
Black with #0F6CDA
Text Example
Text Example
White with #0F6CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6CDA; }
p { color: rgb(15,108,218); }
H1.HeaderClassName
{
color: #0F6CDA;
}
.AnyTagClassName
{
color: #0F6CDA;
}
</style>
background-color css
<style>
a { background-color: #0F6CDA; }
a { background-color: rgb(15,108,218); }
div.DivClassName
{
background-color: #0F6CDA;
}
.BgClassName
{
background-color: #0F6CDA;
}
</style>
border-color css
<style>
span { border-color: #0F6CDA; }
span { border-color: rgb(15,108,218); }
td.TdClassName
{
border-color: #0F6CDA;
}
.TagClassName
{
border-color: #0F6CDA;
}
</style>