Shades of Medium Blue #0C02CB
Tints of Medium Blue #0C02CB
RGB
CMYK
RGB Variations
Color information
#0C02CB (or 0x0C02CB) is known color: Medium Blue. HEX triplet: 0C, 02 and CB. RGB value is (12,2,203). Sum of RGB (Red+Green+Blue) = 12+2+203=217 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.53% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 203 (79.69% from 255 or 93.55% from 217); Max value from RGB is 203 - color contains mainly: blue. Hex color #0C02CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C02CB is #F3FD34. Grayscale: #1B1B1B. Windows color (decimal): -15990069 or 13304332. OLE color: 13304332.
HSL color Cylindrical-coordinate representation of color #0C02CB: hue angle of 242.99º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C02CB is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 2 | 203 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.20 |
| HSL | 242.99º | 0.98% | 0.4% | - |
| HSV(B) | 242.99º | 0.99% | 0.8% | - |
| XYZ | 10.95 | 4.43 | 56.78 | - |
| YUV | 27.9 | 226.81 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 2 | 203 | 0.94 | 0.99 | 0 | 0.20 | 242.99 | 0.98 | 0.4 |
| Hex | C | 2 | CB | 5E | 63 | 0 | 14 | F3 | 62 | 28 |
| Octal | 14 | 2 | 313 | 136 | 143 | 0 | 24 | 363 | 142 | 50 |
| Binary | 1100 | 10 | 11001011 | 1011110 | 1100011 | 0 | 10100 | 11110011 | 1100010 | 101000 |
Color Harmonies of #0C02CB
Complementary color
Monochromatic Colors of #0C02CB
Black with #0C02CB
Text Example
Text Example
White with #0C02CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C02CB; }
p { color: rgb(12,2,203); }
H1.HeaderClassName
{
color: #0C02CB;
}
.AnyTagClassName
{
color: #0C02CB;
}
</style>
background-color css
<style>
a { background-color: #0C02CB; }
a { background-color: rgb(12,2,203); }
div.DivClassName
{
background-color: #0C02CB;
}
.BgClassName
{
background-color: #0C02CB;
}
</style>
border-color css
<style>
span { border-color: #0C02CB; }
span { border-color: rgb(12,2,203); }
td.TdClassName
{
border-color: #0C02CB;
}
.TagClassName
{
border-color: #0C02CB;
}
</style>