Shades of Blue #181BEC
Tints of Blue #181BEC
RGB
CMYK
RGB Variations
Color information
#181BEC (or 0x181BEC) is known color: Blue. HEX triplet: 18, 1B and EC. RGB value is (24,27,236). Sum of RGB (Red+Green+Blue) = 24+27+236=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 236 (92.58% from 255 or 82.23% from 287); Max value from RGB is 236 - color contains mainly: blue. Hex color #181BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #181BEC is #E7E413. Grayscale: #313131. Windows color (decimal): -15197204 or 15473432. OLE color: 15473432.
HSL color Cylindrical-coordinate representation of color #181BEC: hue angle of 239.15º degrees, saturation: 0.85, 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 #181BEC is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 27 | 236 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.07 |
| HSL | 239.15º | 0.85% | 0.51% | - |
| HSV(B) | 239.15º | 0.9% | 0.93% | - |
| XYZ | 15.91 | 7.03 | 79.88 | - |
| YUV | 49.93 | 233.01 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 236 | 0.90 | 0.89 | 0 | 0.07 | 239.15 | 0.85 | 0.51 |
| Hex | 18 | 1B | EC | 5A | 59 | 0 | 7 | EF | 55 | 33 |
| Octal | 30 | 33 | 354 | 132 | 131 | 0 | 7 | 357 | 125 | 63 |
| Binary | 11000 | 11011 | 11101100 | 1011010 | 1011001 | 0 | 111 | 11101111 | 1010101 | 110011 |
Color Harmonies of #181BEC
Complementary color
Monochromatic Colors of #181BEC
Black with #181BEC
Text Example
Text Example
White with #181BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181BEC; }
p { color: rgb(24,27,236); }
H1.HeaderClassName
{
color: #181BEC;
}
.AnyTagClassName
{
color: #181BEC;
}
</style>
background-color css
<style>
a { background-color: #181BEC; }
a { background-color: rgb(24,27,236); }
div.DivClassName
{
background-color: #181BEC;
}
.BgClassName
{
background-color: #181BEC;
}
</style>
border-color css
<style>
span { border-color: #181BEC; }
span { border-color: rgb(24,27,236); }
td.TdClassName
{
border-color: #181BEC;
}
.TagClassName
{
border-color: #181BEC;
}
</style>