Shades of Medium Blue #0C02E5
Tints of Medium Blue #0C02E5
RGB
CMYK
RGB Variations
Color information
#0C02E5 (or 0x0C02E5) is known color: Medium Blue. HEX triplet: 0C, 02 and E5. RGB value is (12,2,229). Sum of RGB (Red+Green+Blue) = 12+2+229=243 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.94% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 229 (89.84% from 255 or 94.24% from 243); Max value from RGB is 229 - color contains mainly: blue. Hex color #0C02E5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C02E5 is #F3FD1A. Grayscale: #1D1D1D. Windows color (decimal): -15990043 or 15008268. OLE color: 15008268.
HSL color Cylindrical-coordinate representation of color #0C02E5: hue angle of 242.64º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C02E5 is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 2 | 229 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.10 |
| HSL | 242.64º | 0.98% | 0.45% | - |
| HSV(B) | 242.64º | 0.99% | 0.9% | - |
| XYZ | 14.32 | 5.78 | 74.49 | - |
| YUV | 30.87 | 239.81 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 2 | 229 | 0.95 | 0.99 | 0 | 0.10 | 242.64 | 0.98 | 0.45 |
| Hex | C | 2 | E5 | 5F | 63 | 0 | A | F3 | 62 | 2D |
| Octal | 14 | 2 | 345 | 137 | 143 | 0 | 12 | 363 | 142 | 55 |
| Binary | 1100 | 10 | 11100101 | 1011111 | 1100011 | 0 | 1010 | 11110011 | 1100010 | 101101 |
Color Harmonies of #0C02E5
Complementary color
Monochromatic Colors of #0C02E5
Black with #0C02E5
Text Example
Text Example
White with #0C02E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C02E5; }
p { color: rgb(12,2,229); }
H1.HeaderClassName
{
color: #0C02E5;
}
.AnyTagClassName
{
color: #0C02E5;
}
</style>
background-color css
<style>
a { background-color: #0C02E5; }
a { background-color: rgb(12,2,229); }
div.DivClassName
{
background-color: #0C02E5;
}
.BgClassName
{
background-color: #0C02E5;
}
</style>
border-color css
<style>
span { border-color: #0C02E5; }
span { border-color: rgb(12,2,229); }
td.TdClassName
{
border-color: #0C02E5;
}
.TagClassName
{
border-color: #0C02E5;
}
</style>