Shades of Medium Blue #000EC9
Tints of Medium Blue #000EC9
RGB
CMYK
RGB Variations
Color information
#000EC9 (or 0x000EC9) is known color: Medium Blue. HEX triplet: 00, 0E and C9. RGB value is (0,14,201). Sum of RGB (Red+Green+Blue) = 0+14+201=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 201 (78.91% from 255 or 93.49% from 215); Max value from RGB is 201 - color contains mainly: blue. Hex color #000EC9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000EC9 is #FFF136. Grayscale: #1E1E1E. Windows color (decimal): -16773431 or 13176320. OLE color: 13176320.
HSL color Cylindrical-coordinate representation of color #000EC9: hue angle of 235.82º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000EC9 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 14 | 201 | - |
| CMYK | 1 | 0.93 | 0 | 0.21 |
| HSL | 235.82º | 1% | 0.39% | - |
| HSV(B) | 235.82º | 1% | 0.79% | - |
| XYZ | 10.7 | 4.53 | 55.57 | - |
| YUV | 31.13 | 223.86 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 201 | 1 | 0.93 | 0 | 0.21 | 235.82 | 1 | 0.39 |
| Hex | 0 | E | C9 | 64 | 5D | 0 | 15 | EC | 64 | 27 |
| Octal | 0 | 16 | 311 | 144 | 135 | 0 | 25 | 354 | 144 | 47 |
| Binary | 0 | 1110 | 11001001 | 1100100 | 1011101 | 0 | 10101 | 11101100 | 1100100 | 100111 |
Color Harmonies of #000EC9
Complementary color
Monochromatic Colors of #000EC9
Black with #000EC9
Text Example
Text Example
White with #000EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000EC9; }
p { color: rgb(0,14,201); }
H1.HeaderClassName
{
color: #000EC9;
}
.AnyTagClassName
{
color: #000EC9;
}
</style>
background-color css
<style>
a { background-color: #000EC9; }
a { background-color: rgb(0,14,201); }
div.DivClassName
{
background-color: #000EC9;
}
.BgClassName
{
background-color: #000EC9;
}
</style>
border-color css
<style>
span { border-color: #000EC9; }
span { border-color: rgb(0,14,201); }
td.TdClassName
{
border-color: #000EC9;
}
.TagClassName
{
border-color: #000EC9;
}
</style>