Shades of Medium Blue #0C18CA
Tints of Medium Blue #0C18CA
RGB
CMYK
RGB Variations
Color information
#0C18CA (or 0x0C18CA) is known color: Medium Blue. HEX triplet: 0C, 18 and CA. RGB value is (12,24,202). Sum of RGB (Red+Green+Blue) = 12+24+202=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 202 (79.30% from 255 or 84.87% from 238); Max value from RGB is 202 - color contains mainly: blue. Hex color #0C18CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C18CA is #F3E735. Grayscale: #272727. Windows color (decimal): -15984438 or 13244428. OLE color: 13244428.
HSL color Cylindrical-coordinate representation of color #0C18CA: hue angle of 236.21º 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 #0C18CA is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 24 | 202 | - |
| CMYK | 0.94 | 0.88 | 0 | 0.21 |
| HSL | 236.21º | 0.89% | 0.42% | - |
| HSV(B) | 236.21º | 0.94% | 0.79% | - |
| XYZ | 11.14 | 5 | 56.25 | - |
| YUV | 40.7 | 219.02 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 24 | 202 | 0.94 | 0.88 | 0 | 0.21 | 236.21 | 0.89 | 0.42 |
| Hex | C | 18 | CA | 5E | 58 | 0 | 15 | EC | 59 | 2A |
| Octal | 14 | 30 | 312 | 136 | 130 | 0 | 25 | 354 | 131 | 52 |
| Binary | 1100 | 11000 | 11001010 | 1011110 | 1011000 | 0 | 10101 | 11101100 | 1011001 | 101010 |
Color Harmonies of #0C18CA
Complementary color
Monochromatic Colors of #0C18CA
Black with #0C18CA
Text Example
Text Example
White with #0C18CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C18CA; }
p { color: rgb(12,24,202); }
H1.HeaderClassName
{
color: #0C18CA;
}
.AnyTagClassName
{
color: #0C18CA;
}
</style>
background-color css
<style>
a { background-color: #0C18CA; }
a { background-color: rgb(12,24,202); }
div.DivClassName
{
background-color: #0C18CA;
}
.BgClassName
{
background-color: #0C18CA;
}
</style>
border-color css
<style>
span { border-color: #0C18CA; }
span { border-color: rgb(12,24,202); }
td.TdClassName
{
border-color: #0C18CA;
}
.TagClassName
{
border-color: #0C18CA;
}
</style>