Shades of Blue #011BED
Tints of Blue #011BED
RGB
CMYK
RGB Variations
Color information
#011BED (or 0x011BED) is known color: Blue. HEX triplet: 01, 1B and ED. RGB value is (1,27,237). Sum of RGB (Red+Green+Blue) = 1+27+237=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 237 (92.97% from 255 or 89.43% from 265); Max value from RGB is 237 - color contains mainly: blue. Hex color #011BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011BED is #FEE412. Grayscale: #2A2A2A. Windows color (decimal): -16704531 or 15538945. OLE color: 15538945.
HSL color Cylindrical-coordinate representation of color #011BED: hue angle of 233.39º 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 #011BED is Cyan = 1.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 27 | 237 | - |
| CMYK | 1.00 | 0.89 | 0 | 0.07 |
| HSL | 233.39º | 0.99% | 0.47% | - |
| HSV(B) | 233.39º | 1% | 0.93% | - |
| XYZ | 15.69 | 6.9 | 80.63 | - |
| YUV | 43.17 | 237.39 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 237 | 1.00 | 0.89 | 0 | 0.07 | 233.39 | 0.99 | 0.47 |
| Hex | 1 | 1B | ED | 64 | 59 | 0 | 7 | E9 | 63 | 2F |
| Octal | 1 | 33 | 355 | 144 | 131 | 0 | 7 | 351 | 143 | 57 |
| Binary | 1 | 11011 | 11101101 | 1100100 | 1011001 | 0 | 111 | 11101001 | 1100011 | 101111 |
Color Harmonies of #011BED
Complementary color
Monochromatic Colors of #011BED
Black with #011BED
Text Example
Text Example
White with #011BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011BED; }
p { color: rgb(1,27,237); }
H1.HeaderClassName
{
color: #011BED;
}
.AnyTagClassName
{
color: #011BED;
}
</style>
background-color css
<style>
a { background-color: #011BED; }
a { background-color: rgb(1,27,237); }
div.DivClassName
{
background-color: #011BED;
}
.BgClassName
{
background-color: #011BED;
}
</style>
border-color css
<style>
span { border-color: #011BED; }
span { border-color: rgb(1,27,237); }
td.TdClassName
{
border-color: #011BED;
}
.TagClassName
{
border-color: #011BED;
}
</style>