Shades of Medium Blue #0C02CE
Tints of Medium Blue #0C02CE
RGB
CMYK
RGB Variations
Color information
#0C02CE (or 0x0C02CE) is known color: Medium Blue. HEX triplet: 0C, 02 and CE. RGB value is (12,2,206). Sum of RGB (Red+Green+Blue) = 12+2+206=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 206 (80.86% from 255 or 93.64% from 220); Max value from RGB is 206 - color contains mainly: blue. Hex color #0C02CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C02CE is #F3FD31. Grayscale: #1B1B1B. Windows color (decimal): -15990066 or 13500940. OLE color: 13500940.
HSL color Cylindrical-coordinate representation of color #0C02CE: hue angle of 242.94º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C02CE is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 2 | 206 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.19 |
| HSL | 242.94º | 0.98% | 0.41% | - |
| HSV(B) | 242.94º | 0.99% | 0.81% | - |
| XYZ | 11.31 | 4.58 | 58.68 | - |
| YUV | 28.25 | 228.31 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 2 | 206 | 0.94 | 0.99 | 0 | 0.19 | 242.94 | 0.98 | 0.41 |
| Hex | C | 2 | CE | 5E | 63 | 0 | 13 | F3 | 62 | 29 |
| Octal | 14 | 2 | 316 | 136 | 143 | 0 | 23 | 363 | 142 | 51 |
| Binary | 1100 | 10 | 11001110 | 1011110 | 1100011 | 0 | 10011 | 11110011 | 1100010 | 101001 |
Color Harmonies of #0C02CE
Complementary color
Monochromatic Colors of #0C02CE
Black with #0C02CE
Text Example
Text Example
White with #0C02CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C02CE; }
p { color: rgb(12,2,206); }
H1.HeaderClassName
{
color: #0C02CE;
}
.AnyTagClassName
{
color: #0C02CE;
}
</style>
background-color css
<style>
a { background-color: #0C02CE; }
a { background-color: rgb(12,2,206); }
div.DivClassName
{
background-color: #0C02CE;
}
.BgClassName
{
background-color: #0C02CE;
}
</style>
border-color css
<style>
span { border-color: #0C02CE; }
span { border-color: rgb(12,2,206); }
td.TdClassName
{
border-color: #0C02CE;
}
.TagClassName
{
border-color: #0C02CE;
}
</style>