Shades of Blue #181BEE
Tints of Blue #181BEE
RGB
CMYK
RGB Variations
Color information
#181BEE (or 0x181BEE) is known color: Blue. HEX triplet: 18, 1B and EE. RGB value is (24,27,238). Sum of RGB (Red+Green+Blue) = 24+27+238=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 238 (93.36% from 255 or 82.35% from 289); Max value from RGB is 238 - color contains mainly: blue. Hex color #181BEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #181BEE is #E7E411. Grayscale: #313131. Windows color (decimal): -15197202 or 15604504. OLE color: 15604504.
HSL color Cylindrical-coordinate representation of color #181BEE: hue angle of 239.16º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #181BEE is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 27 | 238 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.07 |
| HSL | 239.16º | 0.86% | 0.51% | - |
| HSV(B) | 239.16º | 0.9% | 0.93% | - |
| XYZ | 16.2 | 7.15 | 81.42 | - |
| YUV | 50.16 | 234.01 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 238 | 0.90 | 0.89 | 0 | 0.07 | 239.16 | 0.86 | 0.51 |
| Hex | 18 | 1B | EE | 5A | 59 | 0 | 7 | EF | 56 | 33 |
| Octal | 30 | 33 | 356 | 132 | 131 | 0 | 7 | 357 | 126 | 63 |
| Binary | 11000 | 11011 | 11101110 | 1011010 | 1011001 | 0 | 111 | 11101111 | 1010110 | 110011 |
Color Harmonies of #181BEE
Complementary color
Monochromatic Colors of #181BEE
Black with #181BEE
Text Example
Text Example
White with #181BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181BEE; }
p { color: rgb(24,27,238); }
H1.HeaderClassName
{
color: #181BEE;
}
.AnyTagClassName
{
color: #181BEE;
}
</style>
background-color css
<style>
a { background-color: #181BEE; }
a { background-color: rgb(24,27,238); }
div.DivClassName
{
background-color: #181BEE;
}
.BgClassName
{
background-color: #181BEE;
}
</style>
border-color css
<style>
span { border-color: #181BEE; }
span { border-color: rgb(24,27,238); }
td.TdClassName
{
border-color: #181BEE;
}
.TagClassName
{
border-color: #181BEE;
}
</style>