Shades of Blue #001EE6
Tints of Blue #001EE6
RGB
CMYK
RGB Variations
Color information
#001EE6 (or 0x001EE6) is known color: Blue. HEX triplet: 00, 1E and E6. RGB value is (0,30,230). Sum of RGB (Red+Green+Blue) = 0+30+230=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 230 (90.23% from 255 or 88.46% from 260); Max value from RGB is 230 - color contains mainly: blue. Hex color #001EE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001EE6 is #FFE119. Grayscale: #2B2B2B. Windows color (decimal): -16769306 or 15080960. OLE color: 15080960.
HSL color Cylindrical-coordinate representation of color #001EE6: hue angle of 232.17º 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 #001EE6 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 30 | 230 | - |
| CMYK | 1 | 0.87 | 0 | 0.10 |
| HSL | 232.17º | 1% | 0.45% | - |
| HSV(B) | 232.17º | 1% | 0.9% | - |
| XYZ | 14.75 | 6.64 | 75.37 | - |
| YUV | 43.83 | 233.06 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 230 | 1 | 0.87 | 0 | 0.10 | 232.17 | 1 | 0.45 |
| Hex | 0 | 1E | E6 | 64 | 57 | 0 | A | E8 | 64 | 2D |
| Octal | 0 | 36 | 346 | 144 | 127 | 0 | 12 | 350 | 144 | 55 |
| Binary | 0 | 11110 | 11100110 | 1100100 | 1010111 | 0 | 1010 | 11101000 | 1100100 | 101101 |
Color Harmonies of #001EE6
Complementary color
Monochromatic Colors of #001EE6
Black with #001EE6
Text Example
Text Example
White with #001EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001EE6; }
p { color: rgb(0,30,230); }
H1.HeaderClassName
{
color: #001EE6;
}
.AnyTagClassName
{
color: #001EE6;
}
</style>
background-color css
<style>
a { background-color: #001EE6; }
a { background-color: rgb(0,30,230); }
div.DivClassName
{
background-color: #001EE6;
}
.BgClassName
{
background-color: #001EE6;
}
</style>
border-color css
<style>
span { border-color: #001EE6; }
span { border-color: rgb(0,30,230); }
td.TdClassName
{
border-color: #001EE6;
}
.TagClassName
{
border-color: #001EE6;
}
</style>