Shades of Blue #1816EA
Tints of Blue #1816EA
RGB
CMYK
RGB Variations
Color information
#1816EA (or 0x1816EA) is known color: Blue. HEX triplet: 18, 16 and EA. RGB value is (24,22,234). Sum of RGB (Red+Green+Blue) = 24+22+234=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 234 (91.80% from 255 or 83.57% from 280); Max value from RGB is 234 - color contains mainly: blue. Hex color #1816EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1816EA is #E7E915. Grayscale: #2D2D2D. Windows color (decimal): -15198486 or 15341080. OLE color: 15341080.
HSL color Cylindrical-coordinate representation of color #1816EA: hue angle of 240.57º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1816EA is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 22 | 234 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.08 |
| HSL | 240.57º | 0.83% | 0.5% | - |
| HSV(B) | 240.57º | 0.91% | 0.92% | - |
| XYZ | 15.51 | 6.71 | 78.32 | - |
| YUV | 46.77 | 233.66 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 22 | 234 | 0.90 | 0.91 | 0 | 0.08 | 240.57 | 0.83 | 0.5 |
| Hex | 18 | 16 | EA | 5A | 5B | 0 | 8 | F1 | 53 | 32 |
| Octal | 30 | 26 | 352 | 132 | 133 | 0 | 10 | 361 | 123 | 62 |
| Binary | 11000 | 10110 | 11101010 | 1011010 | 1011011 | 0 | 1000 | 11110001 | 1010011 | 110010 |
Color Harmonies of #1816EA
Complementary color
Monochromatic Colors of #1816EA
Black with #1816EA
Text Example
Text Example
White with #1816EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1816EA; }
p { color: rgb(24,22,234); }
H1.HeaderClassName
{
color: #1816EA;
}
.AnyTagClassName
{
color: #1816EA;
}
</style>
background-color css
<style>
a { background-color: #1816EA; }
a { background-color: rgb(24,22,234); }
div.DivClassName
{
background-color: #1816EA;
}
.BgClassName
{
background-color: #1816EA;
}
</style>
border-color css
<style>
span { border-color: #1816EA; }
span { border-color: rgb(24,22,234); }
td.TdClassName
{
border-color: #1816EA;
}
.TagClassName
{
border-color: #1816EA;
}
</style>