Shades of Medium Blue #0C0FDB
Tints of Medium Blue #0C0FDB
RGB
CMYK
RGB Variations
Color information
#0C0FDB (or 0x0C0FDB) is known color: Medium Blue. HEX triplet: 0C, 0F and DB. RGB value is (12,15,219). Sum of RGB (Red+Green+Blue) = 12+15+219=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 219 (85.94% from 255 or 89.02% from 246); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C0FDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C0FDB is #F3F024. Grayscale: #242424. Windows color (decimal): -15986725 or 14356236. OLE color: 14356236.
HSL color Cylindrical-coordinate representation of color #0C0FDB: hue angle of 239.13º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C0FDB is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 15 | 219 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.14 |
| HSL | 239.13º | 0.9% | 0.45% | - |
| HSV(B) | 239.13º | 0.95% | 0.86% | - |
| XYZ | 13.11 | 5.53 | 67.4 | - |
| YUV | 37.36 | 230.51 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 15 | 219 | 0.95 | 0.93 | 0 | 0.14 | 239.13 | 0.9 | 0.45 |
| Hex | C | F | DB | 5F | 5D | 0 | E | EF | 5A | 2D |
| Octal | 14 | 17 | 333 | 137 | 135 | 0 | 16 | 357 | 132 | 55 |
| Binary | 1100 | 1111 | 11011011 | 1011111 | 1011101 | 0 | 1110 | 11101111 | 1011010 | 101101 |
Color Harmonies of #0C0FDB
Complementary color
Monochromatic Colors of #0C0FDB
Black with #0C0FDB
Text Example
Text Example
White with #0C0FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0FDB; }
p { color: rgb(12,15,219); }
H1.HeaderClassName
{
color: #0C0FDB;
}
.AnyTagClassName
{
color: #0C0FDB;
}
</style>
background-color css
<style>
a { background-color: #0C0FDB; }
a { background-color: rgb(12,15,219); }
div.DivClassName
{
background-color: #0C0FDB;
}
.BgClassName
{
background-color: #0C0FDB;
}
</style>
border-color css
<style>
span { border-color: #0C0FDB; }
span { border-color: rgb(12,15,219); }
td.TdClassName
{
border-color: #0C0FDB;
}
.TagClassName
{
border-color: #0C0FDB;
}
</style>