Shades of Ultramarine #1800AA
Tints of Ultramarine #1800AA
RGB
CMYK
RGB Variations
Color information
#1800AA (or 0x1800AA) is known color: Ultramarine. HEX triplet: 18, 00 and AA. RGB value is (24,0,170). Sum of RGB (Red+Green+Blue) = 24+0+170=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 170 (66.80% from 255 or 87.63% from 194); Max value from RGB is 170 - color contains mainly: blue. Hex color #1800AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1800AA is #E7FF55. Grayscale: #191919. Windows color (decimal): -15204182 or 11141144. OLE color: 11141144.
HSL color Cylindrical-coordinate representation of color #1800AA: hue angle of 248.47º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1800AA is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 0 | 170 | - |
| CMYK | 0.86 | 1 | 0 | 0.33 |
| HSL | 248.47º | 1% | 0.33% | - |
| HSV(B) | 248.47º | 1% | 0.67% | - |
| XYZ | 7.63 | 3.1 | 38.23 | - |
| YUV | 26.56 | 208.95 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 170 | 0.86 | 1 | 0 | 0.33 | 248.47 | 1 | 0.33 |
| Hex | 18 | 0 | AA | 56 | 64 | 0 | 21 | F8 | 64 | 21 |
| Octal | 30 | 0 | 252 | 126 | 144 | 0 | 41 | 370 | 144 | 41 |
| Binary | 11000 | 0 | 10101010 | 1010110 | 1100100 | 0 | 100001 | 11111000 | 1100100 | 100001 |
Color Harmonies of #1800AA
Complementary color
Monochromatic Colors of #1800AA
Black with #1800AA
Text Example
Text Example
White with #1800AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1800AA; }
p { color: rgb(24,0,170); }
H1.HeaderClassName
{
color: #1800AA;
}
.AnyTagClassName
{
color: #1800AA;
}
</style>
background-color css
<style>
a { background-color: #1800AA; }
a { background-color: rgb(24,0,170); }
div.DivClassName
{
background-color: #1800AA;
}
.BgClassName
{
background-color: #1800AA;
}
</style>
border-color css
<style>
span { border-color: #1800AA; }
span { border-color: rgb(24,0,170); }
td.TdClassName
{
border-color: #1800AA;
}
.TagClassName
{
border-color: #1800AA;
}
</style>