Shades of Navy Blue #0F6DDC
Tints of Navy Blue #0F6DDC
RGB
CMYK
RGB Variations
Color information
#0F6DDC (or 0x0F6DDC) is known color: Navy Blue. HEX triplet: 0F, 6D and DC. RGB value is (15,109,220). Sum of RGB (Red+Green+Blue) = 15+109+220=344 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.36% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F6DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6DDC is #F09223. Grayscale: #5D5D5D. Windows color (decimal): -15766052 or 14445839. OLE color: 14445839.
HSL color Cylindrical-coordinate representation of color #0F6DDC: hue angle of 212.49º 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 #0F6DDC is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 109 | 220 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.14 |
| HSL | 212.49º | 0.87% | 0.46% | - |
| HSV(B) | 212.49º | 0.93% | 0.86% | - |
| XYZ | 18.58 | 16.21 | 69.86 | - |
| YUV | 93.55 | 199.36 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 109 | 220 | 0.93 | 0.50 | 0 | 0.14 | 212.49 | 0.87 | 0.46 |
| Hex | F | 6D | DC | 5D | 32 | 0 | E | D4 | 57 | 2E |
| Octal | 17 | 155 | 334 | 135 | 62 | 0 | 16 | 324 | 127 | 56 |
| Binary | 1111 | 1101101 | 11011100 | 1011101 | 110010 | 0 | 1110 | 11010100 | 1010111 | 101110 |
Color Harmonies of #0F6DDC
Complementary color
Monochromatic Colors of #0F6DDC
Black with #0F6DDC
Text Example
Text Example
White with #0F6DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6DDC; }
p { color: rgb(15,109,220); }
H1.HeaderClassName
{
color: #0F6DDC;
}
.AnyTagClassName
{
color: #0F6DDC;
}
</style>
background-color css
<style>
a { background-color: #0F6DDC; }
a { background-color: rgb(15,109,220); }
div.DivClassName
{
background-color: #0F6DDC;
}
.BgClassName
{
background-color: #0F6DDC;
}
</style>
border-color css
<style>
span { border-color: #0F6DDC; }
span { border-color: rgb(15,109,220); }
td.TdClassName
{
border-color: #0F6DDC;
}
.TagClassName
{
border-color: #0F6DDC;
}
</style>