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