Shades of Blue #1803EA
Tints of Blue #1803EA
RGB
CMYK
RGB Variations
Color information
#1803EA (or 0x1803EA) is known color: Blue. HEX triplet: 18, 03 and EA. RGB value is (24,3,234). Sum of RGB (Red+Green+Blue) = 24+3+234=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 234 (91.80% from 255 or 89.66% from 261); Max value from RGB is 234 - color contains mainly: blue. Hex color #1803EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1803EA is #E7FC15. Grayscale: #222222. Windows color (decimal): -15203350 or 15336216. OLE color: 15336216.
HSL color Cylindrical-coordinate representation of color #1803EA: hue angle of 245.45º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1803EA is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 3 | 234 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.08 |
| HSL | 245.45º | 0.97% | 0.46% | - |
| HSV(B) | 245.45º | 0.99% | 0.92% | - |
| XYZ | 15.26 | 6.2 | 78.23 | - |
| YUV | 35.61 | 239.96 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 3 | 234 | 0.90 | 0.99 | 0 | 0.08 | 245.45 | 0.97 | 0.46 |
| Hex | 18 | 3 | EA | 5A | 63 | 0 | 8 | F5 | 61 | 2E |
| Octal | 30 | 3 | 352 | 132 | 143 | 0 | 10 | 365 | 141 | 56 |
| Binary | 11000 | 11 | 11101010 | 1011010 | 1100011 | 0 | 1000 | 11110101 | 1100001 | 101110 |
Color Harmonies of #1803EA
Complementary color
Monochromatic Colors of #1803EA
Black with #1803EA
Text Example
Text Example
White with #1803EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1803EA; }
p { color: rgb(24,3,234); }
H1.HeaderClassName
{
color: #1803EA;
}
.AnyTagClassName
{
color: #1803EA;
}
</style>
background-color css
<style>
a { background-color: #1803EA; }
a { background-color: rgb(24,3,234); }
div.DivClassName
{
background-color: #1803EA;
}
.BgClassName
{
background-color: #1803EA;
}
</style>
border-color css
<style>
span { border-color: #1803EA; }
span { border-color: rgb(24,3,234); }
td.TdClassName
{
border-color: #1803EA;
}
.TagClassName
{
border-color: #1803EA;
}
</style>