Shades of Blue #011BEE
Tints of Blue #011BEE
RGB
CMYK
RGB Variations
Color information
#011BEE (or 0x011BEE) is known color: Blue. HEX triplet: 01, 1B and EE. RGB value is (1,27,238). Sum of RGB (Red+Green+Blue) = 1+27+238=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 238 (93.36% from 255 or 89.47% from 266); Max value from RGB is 238 - color contains mainly: blue. Hex color #011BEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011BEE is #FEE411. Grayscale: #2A2A2A. Windows color (decimal): -16704530 or 15604481. OLE color: 15604481.
HSL color Cylindrical-coordinate representation of color #011BEE: hue angle of 233.42º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011BEE is Cyan = 1.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 27 | 238 | - |
| CMYK | 1.00 | 0.89 | 0 | 0.07 |
| HSL | 233.42º | 0.99% | 0.47% | - |
| HSV(B) | 233.42º | 1% | 0.93% | - |
| XYZ | 15.84 | 6.96 | 81.4 | - |
| YUV | 43.28 | 237.89 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 238 | 1.00 | 0.89 | 0 | 0.07 | 233.42 | 0.99 | 0.47 |
| Hex | 1 | 1B | EE | 64 | 59 | 0 | 7 | E9 | 63 | 2F |
| Octal | 1 | 33 | 356 | 144 | 131 | 0 | 7 | 351 | 143 | 57 |
| Binary | 1 | 11011 | 11101110 | 1100100 | 1011001 | 0 | 111 | 11101001 | 1100011 | 101111 |
Color Harmonies of #011BEE
Complementary color
Monochromatic Colors of #011BEE
Black with #011BEE
Text Example
Text Example
White with #011BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011BEE; }
p { color: rgb(1,27,238); }
H1.HeaderClassName
{
color: #011BEE;
}
.AnyTagClassName
{
color: #011BEE;
}
</style>
background-color css
<style>
a { background-color: #011BEE; }
a { background-color: rgb(1,27,238); }
div.DivClassName
{
background-color: #011BEE;
}
.BgClassName
{
background-color: #011BEE;
}
</style>
border-color css
<style>
span { border-color: #011BEE; }
span { border-color: rgb(1,27,238); }
td.TdClassName
{
border-color: #011BEE;
}
.TagClassName
{
border-color: #011BEE;
}
</style>