Shades of Medium Blue #0F12C0
Tints of Medium Blue #0F12C0
RGB
CMYK
RGB Variations
Color information
#0F12C0 (or 0x0F12C0) is known color: Medium Blue. HEX triplet: 0F, 12 and C0. RGB value is (15,18,192). Sum of RGB (Red+Green+Blue) = 15+18+192=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 192 (75.39% from 255 or 85.33% from 225); Max value from RGB is 192 - color contains mainly: blue. Hex color #0F12C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F12C0 is #F0ED3F. Grayscale: #242424. Windows color (decimal): -15789376 or 12587535. OLE color: 12587535.
HSL color Cylindrical-coordinate representation of color #0F12C0: hue angle of 238.98º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F12C0 is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 18 | 192 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.25 |
| HSL | 238.98º | 0.86% | 0.41% | - |
| HSV(B) | 238.98º | 0.92% | 0.75% | - |
| XYZ | 9.93 | 4.34 | 50.18 | - |
| YUV | 36.94 | 215.51 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 18 | 192 | 0.92 | 0.91 | 0 | 0.25 | 238.98 | 0.86 | 0.41 |
| Hex | F | 12 | C0 | 5C | 5B | 0 | 19 | EF | 56 | 29 |
| Octal | 17 | 22 | 300 | 134 | 133 | 0 | 31 | 357 | 126 | 51 |
| Binary | 1111 | 10010 | 11000000 | 1011100 | 1011011 | 0 | 11001 | 11101111 | 1010110 | 101001 |
Color Harmonies of #0F12C0
Complementary color
Monochromatic Colors of #0F12C0
Black with #0F12C0
Text Example
Text Example
White with #0F12C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F12C0; }
p { color: rgb(15,18,192); }
H1.HeaderClassName
{
color: #0F12C0;
}
.AnyTagClassName
{
color: #0F12C0;
}
</style>
background-color css
<style>
a { background-color: #0F12C0; }
a { background-color: rgb(15,18,192); }
div.DivClassName
{
background-color: #0F12C0;
}
.BgClassName
{
background-color: #0F12C0;
}
</style>
border-color css
<style>
span { border-color: #0F12C0; }
span { border-color: rgb(15,18,192); }
td.TdClassName
{
border-color: #0F12C0;
}
.TagClassName
{
border-color: #0F12C0;
}
</style>