Shades of Blue #011EEC
Tints of Blue #011EEC
RGB
CMYK
RGB Variations
Color information
#011EEC (or 0x011EEC) is known color: Blue. HEX triplet: 01, 1E and EC. RGB value is (1,30,236). Sum of RGB (Red+Green+Blue) = 1+30+236=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 236 (92.58% from 255 or 88.39% from 267); Max value from RGB is 236 - color contains mainly: blue. Hex color #011EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011EEC is #FEE113. Grayscale: #2B2B2B. Windows color (decimal): -16703764 or 15474177. OLE color: 15474177.
HSL color Cylindrical-coordinate representation of color #011EEC: hue angle of 232.6º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011EEC is Cyan = 1.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 30 | 236 | - |
| CMYK | 1.00 | 0.87 | 0 | 0.07 |
| HSL | 232.6º | 0.99% | 0.46% | - |
| HSV(B) | 232.6º | 1% | 0.93% | - |
| XYZ | 15.62 | 6.99 | 79.88 | - |
| YUV | 44.81 | 235.89 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 236 | 1.00 | 0.87 | 0 | 0.07 | 232.6 | 0.99 | 0.46 |
| Hex | 1 | 1E | EC | 64 | 57 | 0 | 7 | E9 | 63 | 2E |
| Octal | 1 | 36 | 354 | 144 | 127 | 0 | 7 | 351 | 143 | 56 |
| Binary | 1 | 11110 | 11101100 | 1100100 | 1010111 | 0 | 111 | 11101001 | 1100011 | 101110 |
Color Harmonies of #011EEC
Complementary color
Monochromatic Colors of #011EEC
Black with #011EEC
Text Example
Text Example
White with #011EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011EEC; }
p { color: rgb(1,30,236); }
H1.HeaderClassName
{
color: #011EEC;
}
.AnyTagClassName
{
color: #011EEC;
}
</style>
background-color css
<style>
a { background-color: #011EEC; }
a { background-color: rgb(1,30,236); }
div.DivClassName
{
background-color: #011EEC;
}
.BgClassName
{
background-color: #011EEC;
}
</style>
border-color css
<style>
span { border-color: #011EEC; }
span { border-color: rgb(1,30,236); }
td.TdClassName
{
border-color: #011EEC;
}
.TagClassName
{
border-color: #011EEC;
}
</style>