Shades of Medium Blue #0C00E5
Tints of Medium Blue #0C00E5
RGB
CMYK
RGB Variations
Color information
#0C00E5 (or 0x0C00E5) is known color: Medium Blue. HEX triplet: 0C, 00 and E5. RGB value is (12,0,229). Sum of RGB (Red+Green+Blue) = 12+0+229=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 229 (89.84% from 255 or 95.02% from 241); Max value from RGB is 229 - color contains mainly: blue. Hex color #0C00E5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C00E5 is #F3FF1A. Grayscale: #1C1C1C. Windows color (decimal): -15990555 or 15007756. OLE color: 15007756.
HSL color Cylindrical-coordinate representation of color #0C00E5: hue angle of 243.14º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C00E5 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 0 | 229 | - |
| CMYK | 0.95 | 1 | 0 | 0.10 |
| HSL | 243.14º | 1% | 0.45% | - |
| HSV(B) | 243.14º | 1% | 0.9% | - |
| XYZ | 14.29 | 5.74 | 74.48 | - |
| YUV | 29.69 | 240.48 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 229 | 0.95 | 1 | 0 | 0.10 | 243.14 | 1 | 0.45 |
| Hex | C | 0 | E5 | 5F | 64 | 0 | A | F3 | 64 | 2D |
| Octal | 14 | 0 | 345 | 137 | 144 | 0 | 12 | 363 | 144 | 55 |
| Binary | 1100 | 0 | 11100101 | 1011111 | 1100100 | 0 | 1010 | 11110011 | 1100100 | 101101 |
Color Harmonies of #0C00E5
Complementary color
Monochromatic Colors of #0C00E5
Black with #0C00E5
Text Example
Text Example
White with #0C00E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C00E5; }
p { color: rgb(12,0,229); }
H1.HeaderClassName
{
color: #0C00E5;
}
.AnyTagClassName
{
color: #0C00E5;
}
</style>
background-color css
<style>
a { background-color: #0C00E5; }
a { background-color: rgb(12,0,229); }
div.DivClassName
{
background-color: #0C00E5;
}
.BgClassName
{
background-color: #0C00E5;
}
</style>
border-color css
<style>
span { border-color: #0C00E5; }
span { border-color: rgb(12,0,229); }
td.TdClassName
{
border-color: #0C00E5;
}
.TagClassName
{
border-color: #0C00E5;
}
</style>