Shades of Blue #181AEC
Tints of Blue #181AEC
RGB
CMYK
RGB Variations
Color information
#181AEC (or 0x181AEC) is known color: Blue. HEX triplet: 18, 1A and EC. RGB value is (24,26,236). Sum of RGB (Red+Green+Blue) = 24+26+236=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 236 (92.58% from 255 or 82.52% from 286); Max value from RGB is 236 - color contains mainly: blue. Hex color #181AEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #181AEC is #E7E513. Grayscale: #303030. Windows color (decimal): -15197460 or 15473176. OLE color: 15473176.
HSL color Cylindrical-coordinate representation of color #181AEC: hue angle of 239.43º 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 #181AEC is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 26 | 236 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.07 |
| HSL | 239.43º | 0.85% | 0.51% | - |
| HSV(B) | 239.43º | 0.9% | 0.93% | - |
| XYZ | 15.89 | 6.99 | 79.87 | - |
| YUV | 49.34 | 233.34 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 236 | 0.90 | 0.89 | 0 | 0.07 | 239.43 | 0.85 | 0.51 |
| Hex | 18 | 1A | EC | 5A | 59 | 0 | 7 | EF | 55 | 33 |
| Octal | 30 | 32 | 354 | 132 | 131 | 0 | 7 | 357 | 125 | 63 |
| Binary | 11000 | 11010 | 11101100 | 1011010 | 1011001 | 0 | 111 | 11101111 | 1010101 | 110011 |
Color Harmonies of #181AEC
Complementary color
Monochromatic Colors of #181AEC
Black with #181AEC
Text Example
Text Example
White with #181AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181AEC; }
p { color: rgb(24,26,236); }
H1.HeaderClassName
{
color: #181AEC;
}
.AnyTagClassName
{
color: #181AEC;
}
</style>
background-color css
<style>
a { background-color: #181AEC; }
a { background-color: rgb(24,26,236); }
div.DivClassName
{
background-color: #181AEC;
}
.BgClassName
{
background-color: #181AEC;
}
</style>
border-color css
<style>
span { border-color: #181AEC; }
span { border-color: rgb(24,26,236); }
td.TdClassName
{
border-color: #181AEC;
}
.TagClassName
{
border-color: #181AEC;
}
</style>