Shades of Medium Blue #0E0ACC
Tints of Medium Blue #0E0ACC
RGB
CMYK
RGB Variations
Color information
#0E0ACC (or 0x0E0ACC) is known color: Medium Blue. HEX triplet: 0E, 0A and CC. RGB value is (14,10,204). Sum of RGB (Red+Green+Blue) = 14+10+204=228 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.14% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 204 (80.08% from 255 or 89.47% from 228); Max value from RGB is 204 - color contains mainly: blue. Hex color #0E0ACC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E0ACC is #F1F533. Grayscale: #202020. Windows color (decimal): -15856948 or 13371918. OLE color: 13371918.
HSL color Cylindrical-coordinate representation of color #0E0ACC: hue angle of 241.24º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E0ACC is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 14 | 10 | 204 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.2 |
| HSL | 241.24º | 0.91% | 0.42% | - |
| HSV(B) | 241.24º | 0.95% | 0.8% | - |
| XYZ | 11.19 | 4.67 | 57.44 | - |
| YUV | 33.31 | 224.33 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 10 | 204 | 0.93 | 0.95 | 0 | 0.2 | 241.24 | 0.91 | 0.42 |
| Hex | E | A | CC | 5D | 5F | 0 | 14 | F1 | 5B | 2A |
| Octal | 16 | 12 | 314 | 135 | 137 | 0 | 24 | 361 | 133 | 52 |
| Binary | 1110 | 1010 | 11001100 | 1011101 | 1011111 | 0 | 10100 | 11110001 | 1011011 | 101010 |
Color Harmonies of #0E0ACC
Complementary color
Monochromatic Colors of #0E0ACC
Black with #0E0ACC
Text Example
Text Example
White with #0E0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0ACC; }
p { color: rgb(14,10,204); }
H1.HeaderClassName
{
color: #0E0ACC;
}
.AnyTagClassName
{
color: #0E0ACC;
}
</style>
background-color css
<style>
a { background-color: #0E0ACC; }
a { background-color: rgb(14,10,204); }
div.DivClassName
{
background-color: #0E0ACC;
}
.BgClassName
{
background-color: #0E0ACC;
}
</style>
border-color css
<style>
span { border-color: #0E0ACC; }
span { border-color: rgb(14,10,204); }
td.TdClassName
{
border-color: #0E0ACC;
}
.TagClassName
{
border-color: #0E0ACC;
}
</style>