Shades of Ultramarine #1813A1
Tints of Ultramarine #1813A1
RGB
CMYK
RGB Variations
Color information
#1813A1 (or 0x1813A1) is known color: Ultramarine. HEX triplet: 18, 13 and A1. RGB value is (24,19,161). Sum of RGB (Red+Green+Blue) = 24+19+161=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 161 (63.28% from 255 or 78.92% from 204); Max value from RGB is 161 - color contains mainly: blue. Hex color #1813A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1813A1 is #E7EC5E. Grayscale: #242424. Windows color (decimal): -15199327 or 10556184. OLE color: 10556184.
HSL color Cylindrical-coordinate representation of color #1813A1: hue angle of 242.11º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1813A1 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 19 | 161 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.37 |
| HSL | 242.11º | 0.79% | 0.35% | - |
| HSV(B) | 242.11º | 0.88% | 0.63% | - |
| XYZ | 7.04 | 3.23 | 33.97 | - |
| YUV | 36.68 | 198.16 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 161 | 0.85 | 0.88 | 0 | 0.37 | 242.11 | 0.79 | 0.35 |
| Hex | 18 | 13 | A1 | 55 | 58 | 0 | 25 | F2 | 4F | 23 |
| Octal | 30 | 23 | 241 | 125 | 130 | 0 | 45 | 362 | 117 | 43 |
| Binary | 11000 | 10011 | 10100001 | 1010101 | 1011000 | 0 | 100101 | 11110010 | 1001111 | 100011 |
Color Harmonies of #1813A1
Complementary color
Monochromatic Colors of #1813A1
Black with #1813A1
Text Example
Text Example
White with #1813A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1813A1; }
p { color: rgb(24,19,161); }
H1.HeaderClassName
{
color: #1813A1;
}
.AnyTagClassName
{
color: #1813A1;
}
</style>
background-color css
<style>
a { background-color: #1813A1; }
a { background-color: rgb(24,19,161); }
div.DivClassName
{
background-color: #1813A1;
}
.BgClassName
{
background-color: #1813A1;
}
</style>
border-color css
<style>
span { border-color: #1813A1; }
span { border-color: rgb(24,19,161); }
td.TdClassName
{
border-color: #1813A1;
}
.TagClassName
{
border-color: #1813A1;
}
</style>