Shades of Blue #1800E9
Tints of Blue #1800E9
RGB
CMYK
RGB Variations
Color information
#1800E9 (or 0x1800E9) is known color: Blue. HEX triplet: 18, 00 and E9. RGB value is (24,0,233). Sum of RGB (Red+Green+Blue) = 24+0+233=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 233 (91.41% from 255 or 90.66% from 257); Max value from RGB is 233 - color contains mainly: blue. Hex color #1800E9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1800E9 is #E7FF16. Grayscale: #202020. Windows color (decimal): -15204119 or 15269912. OLE color: 15269912.
HSL color Cylindrical-coordinate representation of color #1800E9: hue angle of 246.18º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1800E9 is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 0 | 233 | - |
| CMYK | 0.90 | 1 | 0 | 0.09 |
| HSL | 246.18º | 1% | 0.46% | - |
| HSV(B) | 246.18º | 1% | 0.91% | - |
| XYZ | 15.08 | 6.08 | 77.47 | - |
| YUV | 33.74 | 240.45 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 233 | 0.90 | 1 | 0 | 0.09 | 246.18 | 1 | 0.46 |
| Hex | 18 | 0 | E9 | 5A | 64 | 0 | 9 | F6 | 64 | 2E |
| Octal | 30 | 0 | 351 | 132 | 144 | 0 | 11 | 366 | 144 | 56 |
| Binary | 11000 | 0 | 11101001 | 1011010 | 1100100 | 0 | 1001 | 11110110 | 1100100 | 101110 |
Color Harmonies of #1800E9
Complementary color
Monochromatic Colors of #1800E9
Black with #1800E9
Text Example
Text Example
White with #1800E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1800E9; }
p { color: rgb(24,0,233); }
H1.HeaderClassName
{
color: #1800E9;
}
.AnyTagClassName
{
color: #1800E9;
}
</style>
background-color css
<style>
a { background-color: #1800E9; }
a { background-color: rgb(24,0,233); }
div.DivClassName
{
background-color: #1800E9;
}
.BgClassName
{
background-color: #1800E9;
}
</style>
border-color css
<style>
span { border-color: #1800E9; }
span { border-color: rgb(24,0,233); }
td.TdClassName
{
border-color: #1800E9;
}
.TagClassName
{
border-color: #1800E9;
}
</style>