Shades of Ultramarine #1804A0
Tints of Ultramarine #1804A0
RGB
CMYK
RGB Variations
Color information
#1804A0 (or 0x1804A0) is known color: Ultramarine. HEX triplet: 18, 04 and A0. RGB value is (24,4,160). Sum of RGB (Red+Green+Blue) = 24+4+160=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 160 (62.89% from 255 or 85.11% from 188); Max value from RGB is 160 - color contains mainly: blue. Hex color #1804A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1804A0 is #E7FB5F. Grayscale: #1B1B1B. Windows color (decimal): -15203168 or 10486808. OLE color: 10486808.
HSL color Cylindrical-coordinate representation of color #1804A0: hue angle of 247.69º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1804A0 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 4 | 160 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.37 |
| HSL | 247.69º | 0.95% | 0.32% | - |
| HSV(B) | 247.69º | 0.98% | 0.63% | - |
| XYZ | 6.77 | 2.82 | 33.45 | - |
| YUV | 27.76 | 202.63 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 4 | 160 | 0.85 | 0.98 | 0 | 0.37 | 247.69 | 0.95 | 0.32 |
| Hex | 18 | 4 | A0 | 55 | 62 | 0 | 25 | F8 | 5F | 20 |
| Octal | 30 | 4 | 240 | 125 | 142 | 0 | 45 | 370 | 137 | 40 |
| Binary | 11000 | 100 | 10100000 | 1010101 | 1100010 | 0 | 100101 | 11111000 | 1011111 | 100000 |
Color Harmonies of #1804A0
Complementary color
Monochromatic Colors of #1804A0
Black with #1804A0
Text Example
Text Example
White with #1804A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1804A0; }
p { color: rgb(24,4,160); }
H1.HeaderClassName
{
color: #1804A0;
}
.AnyTagClassName
{
color: #1804A0;
}
</style>
background-color css
<style>
a { background-color: #1804A0; }
a { background-color: rgb(24,4,160); }
div.DivClassName
{
background-color: #1804A0;
}
.BgClassName
{
background-color: #1804A0;
}
</style>
border-color css
<style>
span { border-color: #1804A0; }
span { border-color: rgb(24,4,160); }
td.TdClassName
{
border-color: #1804A0;
}
.TagClassName
{
border-color: #1804A0;
}
</style>