Shades of Blue #181AED
Tints of Blue #181AED
RGB
CMYK
RGB Variations
Color information
#181AED (or 0x181AED) is known color: Blue. HEX triplet: 18, 1A and ED. RGB value is (24,26,237). Sum of RGB (Red+Green+Blue) = 24+26+237=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 237 (92.97% from 255 or 82.58% from 287); Max value from RGB is 237 - color contains mainly: blue. Hex color #181AED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #181AED is #E7E512. Grayscale: #303030. Windows color (decimal): -15197459 or 15538712. OLE color: 15538712.
HSL color Cylindrical-coordinate representation of color #181AED: hue angle of 239.44º 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 #181AED is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 26 | 237 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.07 |
| HSL | 239.44º | 0.86% | 0.51% | - |
| HSV(B) | 239.44º | 0.9% | 0.93% | - |
| XYZ | 16.03 | 7.05 | 80.64 | - |
| YUV | 49.46 | 233.84 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 237 | 0.90 | 0.89 | 0 | 0.07 | 239.44 | 0.86 | 0.51 |
| Hex | 18 | 1A | ED | 5A | 59 | 0 | 7 | EF | 56 | 33 |
| Octal | 30 | 32 | 355 | 132 | 131 | 0 | 7 | 357 | 126 | 63 |
| Binary | 11000 | 11010 | 11101101 | 1011010 | 1011001 | 0 | 111 | 11101111 | 1010110 | 110011 |
Color Harmonies of #181AED
Complementary color
Monochromatic Colors of #181AED
Black with #181AED
Text Example
Text Example
White with #181AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181AED; }
p { color: rgb(24,26,237); }
H1.HeaderClassName
{
color: #181AED;
}
.AnyTagClassName
{
color: #181AED;
}
</style>
background-color css
<style>
a { background-color: #181AED; }
a { background-color: rgb(24,26,237); }
div.DivClassName
{
background-color: #181AED;
}
.BgClassName
{
background-color: #181AED;
}
</style>
border-color css
<style>
span { border-color: #181AED; }
span { border-color: rgb(24,26,237); }
td.TdClassName
{
border-color: #181AED;
}
.TagClassName
{
border-color: #181AED;
}
</style>