Shades of Ultramarine #1813AC
Tints of Ultramarine #1813AC
RGB
CMYK
RGB Variations
Color information
#1813AC (or 0x1813AC) is known color: Ultramarine. HEX triplet: 18, 13 and AC. RGB value is (24,19,172). Sum of RGB (Red+Green+Blue) = 24+19+172=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 172 (67.58% from 255 or 80% from 215); Max value from RGB is 172 - color contains mainly: blue. Hex color #1813AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1813AC is #E7EC53. Grayscale: #252525. Windows color (decimal): -15199316 or 11277080. OLE color: 11277080.
HSL color Cylindrical-coordinate representation of color #1813AC: hue angle of 241.96º 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 #1813AC is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 19 | 172 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.33 |
| HSL | 241.96º | 0.8% | 0.37% | - |
| HSV(B) | 241.96º | 0.89% | 0.67% | - |
| XYZ | 8.06 | 3.64 | 39.31 | - |
| YUV | 37.94 | 203.66 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 172 | 0.86 | 0.89 | 0 | 0.33 | 241.96 | 0.8 | 0.37 |
| Hex | 18 | 13 | AC | 56 | 59 | 0 | 21 | F2 | 50 | 25 |
| Octal | 30 | 23 | 254 | 126 | 131 | 0 | 41 | 362 | 120 | 45 |
| Binary | 11000 | 10011 | 10101100 | 1010110 | 1011001 | 0 | 100001 | 11110010 | 1010000 | 100101 |
Color Harmonies of #1813AC
Complementary color
Monochromatic Colors of #1813AC
Black with #1813AC
Text Example
Text Example
White with #1813AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1813AC; }
p { color: rgb(24,19,172); }
H1.HeaderClassName
{
color: #1813AC;
}
.AnyTagClassName
{
color: #1813AC;
}
</style>
background-color css
<style>
a { background-color: #1813AC; }
a { background-color: rgb(24,19,172); }
div.DivClassName
{
background-color: #1813AC;
}
.BgClassName
{
background-color: #1813AC;
}
</style>
border-color css
<style>
span { border-color: #1813AC; }
span { border-color: rgb(24,19,172); }
td.TdClassName
{
border-color: #1813AC;
}
.TagClassName
{
border-color: #1813AC;
}
</style>