Shades of Medium Blue #0C14BE
Tints of Medium Blue #0C14BE
RGB
CMYK
RGB Variations
Color information
#0C14BE (or 0x0C14BE) is known color: Medium Blue. HEX triplet: 0C, 14 and BE. RGB value is (12,20,190). Sum of RGB (Red+Green+Blue) = 12+20+190=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 190 (74.61% from 255 or 85.59% from 222); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C14BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C14BE is #F3EB41. Grayscale: #242424. Windows color (decimal): -15985474 or 12456972. OLE color: 12456972.
HSL color Cylindrical-coordinate representation of color #0C14BE: hue angle of 237.3º 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 #0C14BE is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 20 | 190 | - |
| CMYK | 0.94 | 0.89 | 0 | 0.25 |
| HSL | 237.3º | 0.88% | 0.4% | - |
| HSV(B) | 237.3º | 0.94% | 0.75% | - |
| XYZ | 9.7 | 4.3 | 49.03 | - |
| YUV | 36.99 | 214.35 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 20 | 190 | 0.94 | 0.89 | 0 | 0.25 | 237.3 | 0.88 | 0.4 |
| Hex | C | 14 | BE | 5E | 59 | 0 | 19 | ED | 58 | 28 |
| Octal | 14 | 24 | 276 | 136 | 131 | 0 | 31 | 355 | 130 | 50 |
| Binary | 1100 | 10100 | 10111110 | 1011110 | 1011001 | 0 | 11001 | 11101101 | 1011000 | 101000 |
Color Harmonies of #0C14BE
Complementary color
Monochromatic Colors of #0C14BE
Black with #0C14BE
Text Example
Text Example
White with #0C14BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C14BE; }
p { color: rgb(12,20,190); }
H1.HeaderClassName
{
color: #0C14BE;
}
.AnyTagClassName
{
color: #0C14BE;
}
</style>
background-color css
<style>
a { background-color: #0C14BE; }
a { background-color: rgb(12,20,190); }
div.DivClassName
{
background-color: #0C14BE;
}
.BgClassName
{
background-color: #0C14BE;
}
</style>
border-color css
<style>
span { border-color: #0C14BE; }
span { border-color: rgb(12,20,190); }
td.TdClassName
{
border-color: #0C14BE;
}
.TagClassName
{
border-color: #0C14BE;
}
</style>