Shades of Ultramarine #1800A4
Tints of Ultramarine #1800A4
RGB
CMYK
RGB Variations
Color information
#1800A4 (or 0x1800A4) is known color: Ultramarine. HEX triplet: 18, 00 and A4. RGB value is (24,0,164). Sum of RGB (Red+Green+Blue) = 24+0+164=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 164 (64.45% from 255 or 87.23% from 188); Max value from RGB is 164 - color contains mainly: blue. Hex color #1800A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1800A4 is #E7FF5B. Grayscale: #191919. Windows color (decimal): -15204188 or 10747928. OLE color: 10747928.
HSL color Cylindrical-coordinate representation of color #1800A4: hue angle of 248.78º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1800A4 is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 0 | 164 | - |
| CMYK | 0.85 | 1 | 0 | 0.36 |
| HSL | 248.78º | 1% | 0.32% | - |
| HSV(B) | 248.78º | 1% | 0.64% | - |
| XYZ | 7.08 | 2.87 | 35.3 | - |
| YUV | 25.87 | 205.95 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 164 | 0.85 | 1 | 0 | 0.36 | 248.78 | 1 | 0.32 |
| Hex | 18 | 0 | A4 | 55 | 64 | 0 | 24 | F9 | 64 | 20 |
| Octal | 30 | 0 | 244 | 125 | 144 | 0 | 44 | 371 | 144 | 40 |
| Binary | 11000 | 0 | 10100100 | 1010101 | 1100100 | 0 | 100100 | 11111001 | 1100100 | 100000 |
Color Harmonies of #1800A4
Complementary color
Monochromatic Colors of #1800A4
Black with #1800A4
Text Example
Text Example
White with #1800A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1800A4; }
p { color: rgb(24,0,164); }
H1.HeaderClassName
{
color: #1800A4;
}
.AnyTagClassName
{
color: #1800A4;
}
</style>
background-color css
<style>
a { background-color: #1800A4; }
a { background-color: rgb(24,0,164); }
div.DivClassName
{
background-color: #1800A4;
}
.BgClassName
{
background-color: #1800A4;
}
</style>
border-color css
<style>
span { border-color: #1800A4; }
span { border-color: rgb(24,0,164); }
td.TdClassName
{
border-color: #1800A4;
}
.TagClassName
{
border-color: #1800A4;
}
</style>