Shades of Medium Blue #001EC9
Tints of Medium Blue #001EC9
RGB
CMYK
RGB Variations
Color information
#001EC9 (or 0x001EC9) is known color: Medium Blue. HEX triplet: 00, 1E and C9. RGB value is (0,30,201). Sum of RGB (Red+Green+Blue) = 0+30+201=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 201 (78.91% from 255 or 87.01% from 231); Max value from RGB is 201 - color contains mainly: blue. Hex color #001EC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001EC9 is #FFE136. Grayscale: #272727. Windows color (decimal): -16769335 or 13180416. OLE color: 13180416.
HSL color Cylindrical-coordinate representation of color #001EC9: hue angle of 231.04º 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 #001EC9 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 30 | 201 | - |
| CMYK | 1 | 0.85 | 0 | 0.21 |
| HSL | 231.04º | 1% | 0.39% | - |
| HSV(B) | 231.04º | 1% | 0.79% | - |
| XYZ | 11.01 | 5.15 | 55.67 | - |
| YUV | 40.52 | 218.56 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 201 | 1 | 0.85 | 0 | 0.21 | 231.04 | 1 | 0.39 |
| Hex | 0 | 1E | C9 | 64 | 55 | 0 | 15 | E7 | 64 | 27 |
| Octal | 0 | 36 | 311 | 144 | 125 | 0 | 25 | 347 | 144 | 47 |
| Binary | 0 | 11110 | 11001001 | 1100100 | 1010101 | 0 | 10101 | 11100111 | 1100100 | 100111 |
Color Harmonies of #001EC9
Complementary color
Monochromatic Colors of #001EC9
Black with #001EC9
Text Example
Text Example
White with #001EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001EC9; }
p { color: rgb(0,30,201); }
H1.HeaderClassName
{
color: #001EC9;
}
.AnyTagClassName
{
color: #001EC9;
}
</style>
background-color css
<style>
a { background-color: #001EC9; }
a { background-color: rgb(0,30,201); }
div.DivClassName
{
background-color: #001EC9;
}
.BgClassName
{
background-color: #001EC9;
}
</style>
border-color css
<style>
span { border-color: #001EC9; }
span { border-color: rgb(0,30,201); }
td.TdClassName
{
border-color: #001EC9;
}
.TagClassName
{
border-color: #001EC9;
}
</style>