Shades of Blue #1B0BEE
Tints of Blue #1B0BEE
RGB
CMYK
RGB Variations
Color information
#1B0BEE (or 0x1B0BEE) is known color: Blue. HEX triplet: 1B, 0B and EE. RGB value is (27,11,238). Sum of RGB (Red+Green+Blue) = 27+11+238=276 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.78% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 238 (93.36% from 255 or 86.23% from 276); Max value from RGB is 238 - color contains mainly: blue. Hex color #1B0BEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1B0BEE is #E4F411. Grayscale: #282828. Windows color (decimal): -15004690 or 15600411. OLE color: 15600411.
HSL color Cylindrical-coordinate representation of color #1B0BEE: hue angle of 244.23º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1B0BEE is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 11 | 238 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.07 |
| HSL | 244.23º | 0.91% | 0.49% | - |
| HSV(B) | 244.23º | 0.95% | 0.93% | - |
| XYZ | 16 | 6.65 | 81.33 | - |
| YUV | 41.66 | 238.8 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 11 | 238 | 0.89 | 0.95 | 0 | 0.07 | 244.23 | 0.91 | 0.49 |
| Hex | 1B | B | EE | 59 | 5F | 0 | 7 | F4 | 5B | 31 |
| Octal | 33 | 13 | 356 | 131 | 137 | 0 | 7 | 364 | 133 | 61 |
| Binary | 11011 | 1011 | 11101110 | 1011001 | 1011111 | 0 | 111 | 11110100 | 1011011 | 110001 |
Color Harmonies of #1B0BEE
Complementary color
Monochromatic Colors of #1B0BEE
Black with #1B0BEE
Text Example
Text Example
White with #1B0BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0BEE; }
p { color: rgb(27,11,238); }
H1.HeaderClassName
{
color: #1B0BEE;
}
.AnyTagClassName
{
color: #1B0BEE;
}
</style>
background-color css
<style>
a { background-color: #1B0BEE; }
a { background-color: rgb(27,11,238); }
div.DivClassName
{
background-color: #1B0BEE;
}
.BgClassName
{
background-color: #1B0BEE;
}
</style>
border-color css
<style>
span { border-color: #1B0BEE; }
span { border-color: rgb(27,11,238); }
td.TdClassName
{
border-color: #1B0BEE;
}
.TagClassName
{
border-color: #1B0BEE;
}
</style>