Shades of Blue #181CEB
Tints of Blue #181CEB
RGB
CMYK
RGB Variations
Color information
#181CEB (or 0x181CEB) is known color: Blue. HEX triplet: 18, 1C and EB. RGB value is (24,28,235). Sum of RGB (Red+Green+Blue) = 24+28+235=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 235 (92.19% from 255 or 81.88% from 287); Max value from RGB is 235 - color contains mainly: blue. Hex color #181CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #181CEB is #E7E314. Grayscale: #313131. Windows color (decimal): -15196949 or 15408152. OLE color: 15408152.
HSL color Cylindrical-coordinate representation of color #181CEB: hue angle of 238.86º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #181CEB is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 28 | 235 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.08 |
| HSL | 238.86º | 0.84% | 0.51% | - |
| HSV(B) | 238.86º | 0.9% | 0.92% | - |
| XYZ | 15.79 | 7.02 | 79.12 | - |
| YUV | 50.4 | 232.17 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 235 | 0.90 | 0.88 | 0 | 0.08 | 238.86 | 0.84 | 0.51 |
| Hex | 18 | 1C | EB | 5A | 58 | 0 | 8 | EF | 54 | 33 |
| Octal | 30 | 34 | 353 | 132 | 130 | 0 | 10 | 357 | 124 | 63 |
| Binary | 11000 | 11100 | 11101011 | 1011010 | 1011000 | 0 | 1000 | 11101111 | 1010100 | 110011 |
Color Harmonies of #181CEB
Complementary color
Monochromatic Colors of #181CEB
Black with #181CEB
Text Example
Text Example
White with #181CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181CEB; }
p { color: rgb(24,28,235); }
H1.HeaderClassName
{
color: #181CEB;
}
.AnyTagClassName
{
color: #181CEB;
}
</style>
background-color css
<style>
a { background-color: #181CEB; }
a { background-color: rgb(24,28,235); }
div.DivClassName
{
background-color: #181CEB;
}
.BgClassName
{
background-color: #181CEB;
}
</style>
border-color css
<style>
span { border-color: #181CEB; }
span { border-color: rgb(24,28,235); }
td.TdClassName
{
border-color: #181CEB;
}
.TagClassName
{
border-color: #181CEB;
}
</style>