Shades of Medium Blue #001EE5
Tints of Medium Blue #001EE5
RGB
CMYK
RGB Variations
Color information
#001EE5 (or 0x001EE5) is known color: Medium Blue. HEX triplet: 00, 1E and E5. RGB value is (0,30,229). Sum of RGB (Red+Green+Blue) = 0+30+229=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 229 (89.84% from 255 or 88.42% from 259); Max value from RGB is 229 - color contains mainly: blue. Hex color #001EE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001EE5 is #FFE11A. Grayscale: #2A2A2A. Windows color (decimal): -16769307 or 15015424. OLE color: 15015424.
HSL color Cylindrical-coordinate representation of color #001EE5: hue angle of 232.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 #001EE5 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 30 | 229 | - |
| CMYK | 1 | 0.87 | 0 | 0.10 |
| HSL | 232.14º | 1% | 0.45% | - |
| HSV(B) | 232.14º | 1% | 0.9% | - |
| XYZ | 14.61 | 6.59 | 74.63 | - |
| YUV | 43.72 | 232.56 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 229 | 1 | 0.87 | 0 | 0.10 | 232.14 | 1 | 0.45 |
| Hex | 0 | 1E | E5 | 64 | 57 | 0 | A | E8 | 64 | 2D |
| Octal | 0 | 36 | 345 | 144 | 127 | 0 | 12 | 350 | 144 | 55 |
| Binary | 0 | 11110 | 11100101 | 1100100 | 1010111 | 0 | 1010 | 11101000 | 1100100 | 101101 |
Color Harmonies of #001EE5
Complementary color
Monochromatic Colors of #001EE5
Black with #001EE5
Text Example
Text Example
White with #001EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001EE5; }
p { color: rgb(0,30,229); }
H1.HeaderClassName
{
color: #001EE5;
}
.AnyTagClassName
{
color: #001EE5;
}
</style>
background-color css
<style>
a { background-color: #001EE5; }
a { background-color: rgb(0,30,229); }
div.DivClassName
{
background-color: #001EE5;
}
.BgClassName
{
background-color: #001EE5;
}
</style>
border-color css
<style>
span { border-color: #001EE5; }
span { border-color: rgb(0,30,229); }
td.TdClassName
{
border-color: #001EE5;
}
.TagClassName
{
border-color: #001EE5;
}
</style>