Shades of Blue #011BEC
Tints of Blue #011BEC
RGB
CMYK
RGB Variations
Color information
#011BEC (or 0x011BEC) is known color: Blue. HEX triplet: 01, 1B and EC. RGB value is (1,27,236). Sum of RGB (Red+Green+Blue) = 1+27+236=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 27 (10.94% from 255 or 10.23% from 264); Blue value is 236 (92.58% from 255 or 89.39% from 264); Max value from RGB is 236 - color contains mainly: blue. Hex color #011BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011BEC is #FEE413. Grayscale: #2A2A2A. Windows color (decimal): -16704532 or 15473409. OLE color: 15473409.
HSL color Cylindrical-coordinate representation of color #011BEC: hue angle of 233.36º 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 #011BEC is Cyan = 1.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 27 | 236 | - |
| CMYK | 1.00 | 0.89 | 0 | 0.07 |
| HSL | 233.36º | 0.99% | 0.46% | - |
| HSV(B) | 233.36º | 1% | 0.93% | - |
| XYZ | 15.54 | 6.85 | 79.86 | - |
| YUV | 43.05 | 236.89 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 236 | 1.00 | 0.89 | 0 | 0.07 | 233.36 | 0.99 | 0.46 |
| Hex | 1 | 1B | EC | 64 | 59 | 0 | 7 | E9 | 63 | 2E |
| Octal | 1 | 33 | 354 | 144 | 131 | 0 | 7 | 351 | 143 | 56 |
| Binary | 1 | 11011 | 11101100 | 1100100 | 1011001 | 0 | 111 | 11101001 | 1100011 | 101110 |
Color Harmonies of #011BEC
Complementary color
Monochromatic Colors of #011BEC
Black with #011BEC
Text Example
Text Example
White with #011BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011BEC; }
p { color: rgb(1,27,236); }
H1.HeaderClassName
{
color: #011BEC;
}
.AnyTagClassName
{
color: #011BEC;
}
</style>
background-color css
<style>
a { background-color: #011BEC; }
a { background-color: rgb(1,27,236); }
div.DivClassName
{
background-color: #011BEC;
}
.BgClassName
{
background-color: #011BEC;
}
</style>
border-color css
<style>
span { border-color: #011BEC; }
span { border-color: rgb(1,27,236); }
td.TdClassName
{
border-color: #011BEC;
}
.TagClassName
{
border-color: #011BEC;
}
</style>