Shades of Ultramarine #1813AA
Tints of Ultramarine #1813AA
RGB
CMYK
RGB Variations
Color information
#1813AA (or 0x1813AA) is known color: Ultramarine. HEX triplet: 18, 13 and AA. RGB value is (24,19,170). Sum of RGB (Red+Green+Blue) = 24+19+170=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 170 (66.80% from 255 or 79.81% from 213); Max value from RGB is 170 - color contains mainly: blue. Hex color #1813AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1813AA is #E7EC55. Grayscale: #252525. Windows color (decimal): -15199318 or 11146008. OLE color: 11146008.
HSL color Cylindrical-coordinate representation of color #1813AA: hue angle of 241.99º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1813AA is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 19 | 170 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.33 |
| HSL | 241.99º | 0.8% | 0.37% | - |
| HSV(B) | 241.99º | 0.89% | 0.67% | - |
| XYZ | 7.87 | 3.56 | 38.3 | - |
| YUV | 37.71 | 202.66 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 170 | 0.86 | 0.89 | 0 | 0.33 | 241.99 | 0.8 | 0.37 |
| Hex | 18 | 13 | AA | 56 | 59 | 0 | 21 | F2 | 50 | 25 |
| Octal | 30 | 23 | 252 | 126 | 131 | 0 | 41 | 362 | 120 | 45 |
| Binary | 11000 | 10011 | 10101010 | 1010110 | 1011001 | 0 | 100001 | 11110010 | 1010000 | 100101 |
Color Harmonies of #1813AA
Complementary color
Monochromatic Colors of #1813AA
Black with #1813AA
Text Example
Text Example
White with #1813AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1813AA; }
p { color: rgb(24,19,170); }
H1.HeaderClassName
{
color: #1813AA;
}
.AnyTagClassName
{
color: #1813AA;
}
</style>
background-color css
<style>
a { background-color: #1813AA; }
a { background-color: rgb(24,19,170); }
div.DivClassName
{
background-color: #1813AA;
}
.BgClassName
{
background-color: #1813AA;
}
</style>
border-color css
<style>
span { border-color: #1813AA; }
span { border-color: rgb(24,19,170); }
td.TdClassName
{
border-color: #1813AA;
}
.TagClassName
{
border-color: #1813AA;
}
</style>