Shades of Medium Blue #0C18DD
Tints of Medium Blue #0C18DD
RGB
CMYK
RGB Variations
Color information
#0C18DD (or 0x0C18DD) is known color: Medium Blue. HEX triplet: 0C, 18 and DD. RGB value is (12,24,221). Sum of RGB (Red+Green+Blue) = 12+24+221=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 221 (86.72% from 255 or 85.99% from 257); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C18DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C18DD is #F3E722. Grayscale: #2A2A2A. Windows color (decimal): -15984419 or 14489612. OLE color: 14489612.
HSL color Cylindrical-coordinate representation of color #0C18DD: hue angle of 236.56º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C18DD is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 24 | 221 | - |
| CMYK | 0.95 | 0.89 | 0 | 0.13 |
| HSL | 236.56º | 0.9% | 0.46% | - |
| HSV(B) | 236.56º | 0.95% | 0.87% | - |
| XYZ | 13.53 | 5.95 | 68.84 | - |
| YUV | 42.87 | 228.52 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 24 | 221 | 0.95 | 0.89 | 0 | 0.13 | 236.56 | 0.9 | 0.46 |
| Hex | C | 18 | DD | 5F | 59 | 0 | D | ED | 5A | 2E |
| Octal | 14 | 30 | 335 | 137 | 131 | 0 | 15 | 355 | 132 | 56 |
| Binary | 1100 | 11000 | 11011101 | 1011111 | 1011001 | 0 | 1101 | 11101101 | 1011010 | 101110 |
Color Harmonies of #0C18DD
Complementary color
Monochromatic Colors of #0C18DD
Black with #0C18DD
Text Example
Text Example
White with #0C18DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C18DD; }
p { color: rgb(12,24,221); }
H1.HeaderClassName
{
color: #0C18DD;
}
.AnyTagClassName
{
color: #0C18DD;
}
</style>
background-color css
<style>
a { background-color: #0C18DD; }
a { background-color: rgb(12,24,221); }
div.DivClassName
{
background-color: #0C18DD;
}
.BgClassName
{
background-color: #0C18DD;
}
</style>
border-color css
<style>
span { border-color: #0C18DD; }
span { border-color: rgb(12,24,221); }
td.TdClassName
{
border-color: #0C18DD;
}
.TagClassName
{
border-color: #0C18DD;
}
</style>