Shades of Medium Blue #0C15BE
Tints of Medium Blue #0C15BE
RGB
CMYK
RGB Variations
Color information
#0C15BE (or 0x0C15BE) is known color: Medium Blue. HEX triplet: 0C, 15 and BE. RGB value is (12,21,190). Sum of RGB (Red+Green+Blue) = 12+21+190=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 190 (74.61% from 255 or 85.20% from 223); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C15BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C15BE is #F3EA41. Grayscale: #242424. Windows color (decimal): -15985218 or 12457228. OLE color: 12457228.
HSL color Cylindrical-coordinate representation of color #0C15BE: hue angle of 236.97º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C15BE is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 21 | 190 | - |
| CMYK | 0.94 | 0.89 | 0 | 0.25 |
| HSL | 236.97º | 0.88% | 0.4% | - |
| HSV(B) | 236.97º | 0.94% | 0.75% | - |
| XYZ | 9.71 | 4.33 | 49.04 | - |
| YUV | 37.58 | 214.02 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 21 | 190 | 0.94 | 0.89 | 0 | 0.25 | 236.97 | 0.88 | 0.4 |
| Hex | C | 15 | BE | 5E | 59 | 0 | 19 | ED | 58 | 28 |
| Octal | 14 | 25 | 276 | 136 | 131 | 0 | 31 | 355 | 130 | 50 |
| Binary | 1100 | 10101 | 10111110 | 1011110 | 1011001 | 0 | 11001 | 11101101 | 1011000 | 101000 |
Color Harmonies of #0C15BE
Complementary color
Monochromatic Colors of #0C15BE
Black with #0C15BE
Text Example
Text Example
White with #0C15BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C15BE; }
p { color: rgb(12,21,190); }
H1.HeaderClassName
{
color: #0C15BE;
}
.AnyTagClassName
{
color: #0C15BE;
}
</style>
background-color css
<style>
a { background-color: #0C15BE; }
a { background-color: rgb(12,21,190); }
div.DivClassName
{
background-color: #0C15BE;
}
.BgClassName
{
background-color: #0C15BE;
}
</style>
border-color css
<style>
span { border-color: #0C15BE; }
span { border-color: rgb(12,21,190); }
td.TdClassName
{
border-color: #0C15BE;
}
.TagClassName
{
border-color: #0C15BE;
}
</style>