Shades of Blue #1801EA
Tints of Blue #1801EA
RGB
CMYK
RGB Variations
Color information
#1801EA (or 0x1801EA) is known color: Blue. HEX triplet: 18, 01 and EA. RGB value is (24,1,234). Sum of RGB (Red+Green+Blue) = 24+1+234=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 234 (91.80% from 255 or 90.35% from 259); Max value from RGB is 234 - color contains mainly: blue. Hex color #1801EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1801EA is #E7FE15. Grayscale: #212121. Windows color (decimal): -15203862 or 15335704. OLE color: 15335704.
HSL color Cylindrical-coordinate representation of color #1801EA: hue angle of 245.92º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1801EA is Cyan = 0.90, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 1 | 234 | - |
| CMYK | 0.90 | 1.00 | 0 | 0.08 |
| HSL | 245.92º | 0.99% | 0.46% | - |
| HSV(B) | 245.92º | 1% | 0.92% | - |
| XYZ | 15.24 | 6.16 | 78.23 | - |
| YUV | 34.44 | 240.62 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 234 | 0.90 | 1.00 | 0 | 0.08 | 245.92 | 0.99 | 0.46 |
| Hex | 18 | 1 | EA | 5A | 64 | 0 | 8 | F6 | 63 | 2E |
| Octal | 30 | 1 | 352 | 132 | 144 | 0 | 10 | 366 | 143 | 56 |
| Binary | 11000 | 1 | 11101010 | 1011010 | 1100100 | 0 | 1000 | 11110110 | 1100011 | 101110 |
Color Harmonies of #1801EA
Complementary color
Monochromatic Colors of #1801EA
Black with #1801EA
Text Example
Text Example
White with #1801EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1801EA; }
p { color: rgb(24,1,234); }
H1.HeaderClassName
{
color: #1801EA;
}
.AnyTagClassName
{
color: #1801EA;
}
</style>
background-color css
<style>
a { background-color: #1801EA; }
a { background-color: rgb(24,1,234); }
div.DivClassName
{
background-color: #1801EA;
}
.BgClassName
{
background-color: #1801EA;
}
</style>
border-color css
<style>
span { border-color: #1801EA; }
span { border-color: rgb(24,1,234); }
td.TdClassName
{
border-color: #1801EA;
}
.TagClassName
{
border-color: #1801EA;
}
</style>