Shades of Blue #181BEA
Tints of Blue #181BEA
RGB
CMYK
RGB Variations
Color information
#181BEA (or 0x181BEA) is known color: Blue. HEX triplet: 18, 1B and EA. RGB value is (24,27,234). Sum of RGB (Red+Green+Blue) = 24+27+234=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 234 (91.80% from 255 or 82.11% from 285); Max value from RGB is 234 - color contains mainly: blue. Hex color #181BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #181BEA is #E7E415. Grayscale: #303030. Windows color (decimal): -15197206 or 15342360. OLE color: 15342360.
HSL color Cylindrical-coordinate representation of color #181BEA: hue angle of 239.14º degrees, saturation: 0.83, 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 #181BEA is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 27 | 234 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.08 |
| HSL | 239.14º | 0.83% | 0.51% | - |
| HSV(B) | 239.14º | 0.9% | 0.92% | - |
| XYZ | 15.62 | 6.92 | 78.35 | - |
| YUV | 49.7 | 232.01 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 234 | 0.90 | 0.88 | 0 | 0.08 | 239.14 | 0.83 | 0.51 |
| Hex | 18 | 1B | EA | 5A | 58 | 0 | 8 | EF | 53 | 33 |
| Octal | 30 | 33 | 352 | 132 | 130 | 0 | 10 | 357 | 123 | 63 |
| Binary | 11000 | 11011 | 11101010 | 1011010 | 1011000 | 0 | 1000 | 11101111 | 1010011 | 110011 |
Color Harmonies of #181BEA
Complementary color
Monochromatic Colors of #181BEA
Black with #181BEA
Text Example
Text Example
White with #181BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181BEA; }
p { color: rgb(24,27,234); }
H1.HeaderClassName
{
color: #181BEA;
}
.AnyTagClassName
{
color: #181BEA;
}
</style>
background-color css
<style>
a { background-color: #181BEA; }
a { background-color: rgb(24,27,234); }
div.DivClassName
{
background-color: #181BEA;
}
.BgClassName
{
background-color: #181BEA;
}
</style>
border-color css
<style>
span { border-color: #181BEA; }
span { border-color: rgb(24,27,234); }
td.TdClassName
{
border-color: #181BEA;
}
.TagClassName
{
border-color: #181BEA;
}
</style>