Shades of Medium Blue #0C24DC
Tints of Medium Blue #0C24DC
RGB
CMYK
RGB Variations
Color information
#0C24DC (or 0x0C24DC) is known color: Medium Blue. HEX triplet: 0C, 24 and DC. RGB value is (12,36,220). Sum of RGB (Red+Green+Blue) = 12+36+220=268 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.48% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 220 (86.33% from 255 or 82.09% from 268); Max value from RGB is 220 - color contains mainly: blue. Hex color #0C24DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C24DC is #F3DB23. Grayscale: #313131. Windows color (decimal): -15981348 or 14427148. OLE color: 14427148.
HSL color Cylindrical-coordinate representation of color #0C24DC: hue angle of 233.08º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C24DC is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 36 | 220 | - |
| CMYK | 0.95 | 0.84 | 0 | 0.14 |
| HSL | 233.08º | 0.9% | 0.45% | - |
| HSV(B) | 233.08º | 0.95% | 0.86% | - |
| XYZ | 13.7 | 6.51 | 68.24 | - |
| YUV | 49.8 | 224.05 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 36 | 220 | 0.95 | 0.84 | 0 | 0.14 | 233.08 | 0.9 | 0.45 |
| Hex | C | 24 | DC | 5F | 54 | 0 | E | E9 | 5A | 2D |
| Octal | 14 | 44 | 334 | 137 | 124 | 0 | 16 | 351 | 132 | 55 |
| Binary | 1100 | 100100 | 11011100 | 1011111 | 1010100 | 0 | 1110 | 11101001 | 1011010 | 101101 |
Color Harmonies of #0C24DC
Complementary color
Monochromatic Colors of #0C24DC
Black with #0C24DC
Text Example
Text Example
White with #0C24DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C24DC; }
p { color: rgb(12,36,220); }
H1.HeaderClassName
{
color: #0C24DC;
}
.AnyTagClassName
{
color: #0C24DC;
}
</style>
background-color css
<style>
a { background-color: #0C24DC; }
a { background-color: rgb(12,36,220); }
div.DivClassName
{
background-color: #0C24DC;
}
.BgClassName
{
background-color: #0C24DC;
}
</style>
border-color css
<style>
span { border-color: #0C24DC; }
span { border-color: rgb(12,36,220); }
td.TdClassName
{
border-color: #0C24DC;
}
.TagClassName
{
border-color: #0C24DC;
}
</style>