Shades of Blue #0C03EA
Tints of Blue #0C03EA
RGB
CMYK
RGB Variations
Color information
#0C03EA (or 0x0C03EA) is known color: Blue. HEX triplet: 0C, 03 and EA. RGB value is (12,3,234). Sum of RGB (Red+Green+Blue) = 12+3+234=249 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.82% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 234 (91.80% from 255 or 93.98% from 249); Max value from RGB is 234 - color contains mainly: blue. Hex color #0C03EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C03EA is #F3FC15. Grayscale: #1F1F1F. Windows color (decimal): -15989782 or 15336204. OLE color: 15336204.
HSL color Cylindrical-coordinate representation of color #0C03EA: hue angle of 242.34º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C03EA is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 3 | 234 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.08 |
| HSL | 242.34º | 0.97% | 0.46% | - |
| HSV(B) | 242.34º | 0.99% | 0.92% | - |
| XYZ | 15.04 | 6.08 | 78.22 | - |
| YUV | 32.03 | 241.98 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 3 | 234 | 0.95 | 0.99 | 0 | 0.08 | 242.34 | 0.97 | 0.46 |
| Hex | C | 3 | EA | 5F | 63 | 0 | 8 | F2 | 61 | 2E |
| Octal | 14 | 3 | 352 | 137 | 143 | 0 | 10 | 362 | 141 | 56 |
| Binary | 1100 | 11 | 11101010 | 1011111 | 1100011 | 0 | 1000 | 11110010 | 1100001 | 101110 |
Color Harmonies of #0C03EA
Complementary color
Monochromatic Colors of #0C03EA
Black with #0C03EA
Text Example
Text Example
White with #0C03EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C03EA; }
p { color: rgb(12,3,234); }
H1.HeaderClassName
{
color: #0C03EA;
}
.AnyTagClassName
{
color: #0C03EA;
}
</style>
background-color css
<style>
a { background-color: #0C03EA; }
a { background-color: rgb(12,3,234); }
div.DivClassName
{
background-color: #0C03EA;
}
.BgClassName
{
background-color: #0C03EA;
}
</style>
border-color css
<style>
span { border-color: #0C03EA; }
span { border-color: rgb(12,3,234); }
td.TdClassName
{
border-color: #0C03EA;
}
.TagClassName
{
border-color: #0C03EA;
}
</style>