Shades of Medium Blue #0C1EE5
Tints of Medium Blue #0C1EE5
RGB
CMYK
RGB Variations
Color information
#0C1EE5 (or 0x0C1EE5) is known color: Medium Blue. HEX triplet: 0C, 1E and E5. RGB value is (12,30,229). Sum of RGB (Red+Green+Blue) = 12+30+229=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 229 (89.84% from 255 or 84.50% from 271); Max value from RGB is 229 - color contains mainly: blue. Hex color #0C1EE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1EE5 is #F3E11A. Grayscale: #2E2E2E. Windows color (decimal): -15982875 or 15015436. OLE color: 15015436.
HSL color Cylindrical-coordinate representation of color #0C1EE5: hue angle of 235.02º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C1EE5 is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 30 | 229 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.10 |
| HSL | 235.02º | 0.9% | 0.47% | - |
| HSV(B) | 235.02º | 0.95% | 0.9% | - |
| XYZ | 14.76 | 6.66 | 74.64 | - |
| YUV | 47.3 | 230.54 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 30 | 229 | 0.95 | 0.87 | 0 | 0.10 | 235.02 | 0.9 | 0.47 |
| Hex | C | 1E | E5 | 5F | 57 | 0 | A | EB | 5A | 2F |
| Octal | 14 | 36 | 345 | 137 | 127 | 0 | 12 | 353 | 132 | 57 |
| Binary | 1100 | 11110 | 11100101 | 1011111 | 1010111 | 0 | 1010 | 11101011 | 1011010 | 101111 |
Color Harmonies of #0C1EE5
Complementary color
Monochromatic Colors of #0C1EE5
Black with #0C1EE5
Text Example
Text Example
White with #0C1EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1EE5; }
p { color: rgb(12,30,229); }
H1.HeaderClassName
{
color: #0C1EE5;
}
.AnyTagClassName
{
color: #0C1EE5;
}
</style>
background-color css
<style>
a { background-color: #0C1EE5; }
a { background-color: rgb(12,30,229); }
div.DivClassName
{
background-color: #0C1EE5;
}
.BgClassName
{
background-color: #0C1EE5;
}
</style>
border-color css
<style>
span { border-color: #0C1EE5; }
span { border-color: rgb(12,30,229); }
td.TdClassName
{
border-color: #0C1EE5;
}
.TagClassName
{
border-color: #0C1EE5;
}
</style>