Shades of Medium Blue #0C05DE
Tints of Medium Blue #0C05DE
RGB
CMYK
RGB Variations
Color information
#0C05DE (or 0x0C05DE) is known color: Medium Blue. HEX triplet: 0C, 05 and DE. RGB value is (12,5,222). Sum of RGB (Red+Green+Blue) = 12+5+222=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 222 (87.11% from 255 or 92.89% from 239); Max value from RGB is 222 - color contains mainly: blue. Hex color #0C05DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C05DE is #F3FA21. Grayscale: #1E1E1E. Windows color (decimal): -15989282 or 14550284. OLE color: 14550284.
HSL color Cylindrical-coordinate representation of color #0C05DE: hue angle of 241.94º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C05DE is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 5 | 222 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.13 |
| HSL | 241.94º | 0.96% | 0.45% | - |
| HSV(B) | 241.94º | 0.98% | 0.87% | - |
| XYZ | 13.39 | 5.46 | 69.46 | - |
| YUV | 31.83 | 235.32 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 5 | 222 | 0.95 | 0.98 | 0 | 0.13 | 241.94 | 0.96 | 0.45 |
| Hex | C | 5 | DE | 5F | 62 | 0 | D | F2 | 60 | 2D |
| Octal | 14 | 5 | 336 | 137 | 142 | 0 | 15 | 362 | 140 | 55 |
| Binary | 1100 | 101 | 11011110 | 1011111 | 1100010 | 0 | 1101 | 11110010 | 1100000 | 101101 |
Color Harmonies of #0C05DE
Complementary color
Monochromatic Colors of #0C05DE
Black with #0C05DE
Text Example
Text Example
White with #0C05DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C05DE; }
p { color: rgb(12,5,222); }
H1.HeaderClassName
{
color: #0C05DE;
}
.AnyTagClassName
{
color: #0C05DE;
}
</style>
background-color css
<style>
a { background-color: #0C05DE; }
a { background-color: rgb(12,5,222); }
div.DivClassName
{
background-color: #0C05DE;
}
.BgClassName
{
background-color: #0C05DE;
}
</style>
border-color css
<style>
span { border-color: #0C05DE; }
span { border-color: rgb(12,5,222); }
td.TdClassName
{
border-color: #0C05DE;
}
.TagClassName
{
border-color: #0C05DE;
}
</style>