Shades of Ultramarine #1813A3
Tints of Ultramarine #1813A3
RGB
CMYK
RGB Variations
Color information
#1813A3 (or 0x1813A3) is known color: Ultramarine. HEX triplet: 18, 13 and A3. RGB value is (24,19,163). Sum of RGB (Red+Green+Blue) = 24+19+163=206 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.65% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 163 (64.06% from 255 or 79.13% from 206); Max value from RGB is 163 - color contains mainly: blue. Hex color #1813A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1813A3 is #E7EC5C. Grayscale: #242424. Windows color (decimal): -15199325 or 10687256. OLE color: 10687256.
HSL color Cylindrical-coordinate representation of color #1813A3: hue angle of 242.08º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1813A3 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 19 | 163 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.36 |
| HSL | 242.08º | 0.79% | 0.36% | - |
| HSV(B) | 242.08º | 0.88% | 0.64% | - |
| XYZ | 7.22 | 3.3 | 34.91 | - |
| YUV | 36.91 | 199.16 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 163 | 0.85 | 0.88 | 0 | 0.36 | 242.08 | 0.79 | 0.36 |
| Hex | 18 | 13 | A3 | 55 | 58 | 0 | 24 | F2 | 4F | 24 |
| Octal | 30 | 23 | 243 | 125 | 130 | 0 | 44 | 362 | 117 | 44 |
| Binary | 11000 | 10011 | 10100011 | 1010101 | 1011000 | 0 | 100100 | 11110010 | 1001111 | 100100 |
Color Harmonies of #1813A3
Complementary color
Monochromatic Colors of #1813A3
Black with #1813A3
Text Example
Text Example
White with #1813A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1813A3; }
p { color: rgb(24,19,163); }
H1.HeaderClassName
{
color: #1813A3;
}
.AnyTagClassName
{
color: #1813A3;
}
</style>
background-color css
<style>
a { background-color: #1813A3; }
a { background-color: rgb(24,19,163); }
div.DivClassName
{
background-color: #1813A3;
}
.BgClassName
{
background-color: #1813A3;
}
</style>
border-color css
<style>
span { border-color: #1813A3; }
span { border-color: rgb(24,19,163); }
td.TdClassName
{
border-color: #1813A3;
}
.TagClassName
{
border-color: #1813A3;
}
</style>