Shades of Blue #011EEB
Tints of Blue #011EEB
RGB
CMYK
RGB Variations
Color information
#011EEB (or 0x011EEB) is known color: Blue. HEX triplet: 01, 1E and EB. RGB value is (1,30,235). Sum of RGB (Red+Green+Blue) = 1+30+235=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 235 (92.19% from 255 or 88.35% from 266); Max value from RGB is 235 - color contains mainly: blue. Hex color #011EEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011EEB is #FEE114. Grayscale: #2B2B2B. Windows color (decimal): -16703765 or 15408641. OLE color: 15408641.
HSL color Cylindrical-coordinate representation of color #011EEB: hue angle of 232.56º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011EEB is Cyan = 1.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 30 | 235 | - |
| CMYK | 1.00 | 0.87 | 0 | 0.08 |
| HSL | 232.56º | 0.99% | 0.46% | - |
| HSV(B) | 232.56º | 1% | 0.92% | - |
| XYZ | 15.47 | 6.93 | 79.12 | - |
| YUV | 44.7 | 235.39 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 235 | 1.00 | 0.87 | 0 | 0.08 | 232.56 | 0.99 | 0.46 |
| Hex | 1 | 1E | EB | 64 | 57 | 0 | 8 | E9 | 63 | 2E |
| Octal | 1 | 36 | 353 | 144 | 127 | 0 | 10 | 351 | 143 | 56 |
| Binary | 1 | 11110 | 11101011 | 1100100 | 1010111 | 0 | 1000 | 11101001 | 1100011 | 101110 |
Color Harmonies of #011EEB
Complementary color
Monochromatic Colors of #011EEB
Black with #011EEB
Text Example
Text Example
White with #011EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011EEB; }
p { color: rgb(1,30,235); }
H1.HeaderClassName
{
color: #011EEB;
}
.AnyTagClassName
{
color: #011EEB;
}
</style>
background-color css
<style>
a { background-color: #011EEB; }
a { background-color: rgb(1,30,235); }
div.DivClassName
{
background-color: #011EEB;
}
.BgClassName
{
background-color: #011EEB;
}
</style>
border-color css
<style>
span { border-color: #011EEB; }
span { border-color: rgb(1,30,235); }
td.TdClassName
{
border-color: #011EEB;
}
.TagClassName
{
border-color: #011EEB;
}
</style>