Shades of Ultramarine #1810AB
Tints of Ultramarine #1810AB
RGB
CMYK
RGB Variations
Color information
#1810AB (or 0x1810AB) is known color: Ultramarine. HEX triplet: 18, 10 and AB. RGB value is (24,16,171). Sum of RGB (Red+Green+Blue) = 24+16+171=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 171 (67.19% from 255 or 81.04% from 211); Max value from RGB is 171 - color contains mainly: blue. Hex color #1810AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1810AB is #E7EF54. Grayscale: #232323. Windows color (decimal): -15200085 or 11210776. OLE color: 11210776.
HSL color Cylindrical-coordinate representation of color #1810AB: hue angle of 243.1º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1810AB is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 16 | 171 | - |
| CMYK | 0.86 | 0.91 | 0 | 0.33 |
| HSL | 243.1º | 0.83% | 0.37% | - |
| HSV(B) | 243.1º | 0.91% | 0.67% | - |
| XYZ | 7.91 | 3.51 | 38.79 | - |
| YUV | 36.06 | 204.15 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 16 | 171 | 0.86 | 0.91 | 0 | 0.33 | 243.1 | 0.83 | 0.37 |
| Hex | 18 | 10 | AB | 56 | 5B | 0 | 21 | F3 | 53 | 25 |
| Octal | 30 | 20 | 253 | 126 | 133 | 0 | 41 | 363 | 123 | 45 |
| Binary | 11000 | 10000 | 10101011 | 1010110 | 1011011 | 0 | 100001 | 11110011 | 1010011 | 100101 |
Color Harmonies of #1810AB
Complementary color
Monochromatic Colors of #1810AB
Black with #1810AB
Text Example
Text Example
White with #1810AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1810AB; }
p { color: rgb(24,16,171); }
H1.HeaderClassName
{
color: #1810AB;
}
.AnyTagClassName
{
color: #1810AB;
}
</style>
background-color css
<style>
a { background-color: #1810AB; }
a { background-color: rgb(24,16,171); }
div.DivClassName
{
background-color: #1810AB;
}
.BgClassName
{
background-color: #1810AB;
}
</style>
border-color css
<style>
span { border-color: #1810AB; }
span { border-color: rgb(24,16,171); }
td.TdClassName
{
border-color: #1810AB;
}
.TagClassName
{
border-color: #1810AB;
}
</style>