Shades of Ultramarine #1814A1
Tints of Ultramarine #1814A1
RGB
CMYK
RGB Variations
Color information
#1814A1 (or 0x1814A1) is known color: Ultramarine. HEX triplet: 18, 14 and A1. RGB value is (24,20,161). Sum of RGB (Red+Green+Blue) = 24+20+161=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 161 (63.28% from 255 or 78.54% from 205); Max value from RGB is 161 - color contains mainly: blue. Hex color #1814A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1814A1 is #E7EB5E. Grayscale: #242424. Windows color (decimal): -15199071 or 10556440. OLE color: 10556440.
HSL color Cylindrical-coordinate representation of color #1814A1: hue angle of 241.7º degrees, saturation: 0.78, 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 #1814A1 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 20 | 161 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.37 |
| HSL | 241.7º | 0.78% | 0.35% | - |
| HSV(B) | 241.7º | 0.88% | 0.63% | - |
| XYZ | 7.06 | 3.27 | 33.98 | - |
| YUV | 37.27 | 197.83 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 161 | 0.85 | 0.88 | 0 | 0.37 | 241.7 | 0.78 | 0.35 |
| Hex | 18 | 14 | A1 | 55 | 58 | 0 | 25 | F2 | 4E | 23 |
| Octal | 30 | 24 | 241 | 125 | 130 | 0 | 45 | 362 | 116 | 43 |
| Binary | 11000 | 10100 | 10100001 | 1010101 | 1011000 | 0 | 100101 | 11110010 | 1001110 | 100011 |
Color Harmonies of #1814A1
Complementary color
Monochromatic Colors of #1814A1
Black with #1814A1
Text Example
Text Example
White with #1814A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1814A1; }
p { color: rgb(24,20,161); }
H1.HeaderClassName
{
color: #1814A1;
}
.AnyTagClassName
{
color: #1814A1;
}
</style>
background-color css
<style>
a { background-color: #1814A1; }
a { background-color: rgb(24,20,161); }
div.DivClassName
{
background-color: #1814A1;
}
.BgClassName
{
background-color: #1814A1;
}
</style>
border-color css
<style>
span { border-color: #1814A1; }
span { border-color: rgb(24,20,161); }
td.TdClassName
{
border-color: #1814A1;
}
.TagClassName
{
border-color: #1814A1;
}
</style>