Shades of Medium Blue #0C19CA
Tints of Medium Blue #0C19CA
RGB
CMYK
RGB Variations
Color information
#0C19CA (or 0x0C19CA) is known color: Medium Blue. HEX triplet: 0C, 19 and CA. RGB value is (12,25,202). Sum of RGB (Red+Green+Blue) = 12+25+202=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 202 (79.30% from 255 or 84.52% from 239); Max value from RGB is 202 - color contains mainly: blue. Hex color #0C19CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C19CA is #F3E635. Grayscale: #282828. Windows color (decimal): -15984182 or 13244684. OLE color: 13244684.
HSL color Cylindrical-coordinate representation of color #0C19CA: hue angle of 235.89º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C19CA is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 25 | 202 | - |
| CMYK | 0.94 | 0.88 | 0 | 0.21 |
| HSL | 235.89º | 0.89% | 0.42% | - |
| HSV(B) | 235.89º | 0.94% | 0.79% | - |
| XYZ | 11.16 | 5.04 | 56.26 | - |
| YUV | 41.29 | 218.69 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 25 | 202 | 0.94 | 0.88 | 0 | 0.21 | 235.89 | 0.89 | 0.42 |
| Hex | C | 19 | CA | 5E | 58 | 0 | 15 | EC | 59 | 2A |
| Octal | 14 | 31 | 312 | 136 | 130 | 0 | 25 | 354 | 131 | 52 |
| Binary | 1100 | 11001 | 11001010 | 1011110 | 1011000 | 0 | 10101 | 11101100 | 1011001 | 101010 |
Color Harmonies of #0C19CA
Complementary color
Monochromatic Colors of #0C19CA
Black with #0C19CA
Text Example
Text Example
White with #0C19CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C19CA; }
p { color: rgb(12,25,202); }
H1.HeaderClassName
{
color: #0C19CA;
}
.AnyTagClassName
{
color: #0C19CA;
}
</style>
background-color css
<style>
a { background-color: #0C19CA; }
a { background-color: rgb(12,25,202); }
div.DivClassName
{
background-color: #0C19CA;
}
.BgClassName
{
background-color: #0C19CA;
}
</style>
border-color css
<style>
span { border-color: #0C19CA; }
span { border-color: rgb(12,25,202); }
td.TdClassName
{
border-color: #0C19CA;
}
.TagClassName
{
border-color: #0C19CA;
}
</style>