Shades of Blue #1B18E9
Tints of Blue #1B18E9
RGB
CMYK
RGB Variations
Color information
#1B18E9 (or 0x1B18E9) is known color: Blue. HEX triplet: 1B, 18 and E9. RGB value is (27,24,233). Sum of RGB (Red+Green+Blue) = 27+24+233=284 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.51% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 233 (91.41% from 255 or 82.04% from 284); Max value from RGB is 233 - color contains mainly: blue. Hex color #1B18E9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1B18E9 is #E4E716. Grayscale: #2F2F2F. Windows color (decimal): -15001367 or 15276059. OLE color: 15276059.
HSL color Cylindrical-coordinate representation of color #1B18E9: hue angle of 240.86º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B18E9 is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 27 | 24 | 233 | - |
| CMYK | 0.88 | 0.90 | 0 | 0.09 |
| HSL | 240.86º | 0.83% | 0.5% | - |
| HSV(B) | 240.86º | 0.9% | 0.91% | - |
| XYZ | 15.49 | 6.77 | 77.58 | - |
| YUV | 48.72 | 231.99 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 24 | 233 | 0.88 | 0.90 | 0 | 0.09 | 240.86 | 0.83 | 0.5 |
| Hex | 1B | 18 | E9 | 58 | 5A | 0 | 9 | F1 | 53 | 32 |
| Octal | 33 | 30 | 351 | 130 | 132 | 0 | 11 | 361 | 123 | 62 |
| Binary | 11011 | 11000 | 11101001 | 1011000 | 1011010 | 0 | 1001 | 11110001 | 1010011 | 110010 |
Color Harmonies of #1B18E9
Complementary color
Monochromatic Colors of #1B18E9
Black with #1B18E9
Text Example
Text Example
White with #1B18E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B18E9; }
p { color: rgb(27,24,233); }
H1.HeaderClassName
{
color: #1B18E9;
}
.AnyTagClassName
{
color: #1B18E9;
}
</style>
background-color css
<style>
a { background-color: #1B18E9; }
a { background-color: rgb(27,24,233); }
div.DivClassName
{
background-color: #1B18E9;
}
.BgClassName
{
background-color: #1B18E9;
}
</style>
border-color css
<style>
span { border-color: #1B18E9; }
span { border-color: rgb(27,24,233); }
td.TdClassName
{
border-color: #1B18E9;
}
.TagClassName
{
border-color: #1B18E9;
}
</style>