Shades of Ultramarine #2A1199
Tints of Ultramarine #2A1199
RGB
CMYK
RGB Variations
Color information
#2A1199 (or 0x2A1199) is known color: Ultramarine. HEX triplet: 2A, 11 and 99. RGB value is (42,17,153). Sum of RGB (Red+Green+Blue) = 42+17+153=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 153 (60.16% from 255 or 72.17% from 212); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A1199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1199 is #D5EE66. Grayscale: #272727. Windows color (decimal): -14020199 or 10031402. OLE color: 10031402.
HSL color Cylindrical-coordinate representation of color #2A1199: hue angle of 251.03º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A1199 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 17 | 153 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.4 |
| HSL | 251.03º | 0.8% | 0.33% | - |
| HSV(B) | 251.03º | 0.89% | 0.6% | - |
| XYZ | 6.91 | 3.19 | 30.39 | - |
| YUV | 39.98 | 191.78 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 17 | 153 | 0.73 | 0.89 | 0 | 0.4 | 251.03 | 0.8 | 0.33 |
| Hex | 2A | 11 | 99 | 49 | 59 | 0 | 28 | FB | 50 | 21 |
| Octal | 52 | 21 | 231 | 111 | 131 | 0 | 50 | 373 | 120 | 41 |
| Binary | 101010 | 10001 | 10011001 | 1001001 | 1011001 | 0 | 101000 | 11111011 | 1010000 | 100001 |
Color Harmonies of #2A1199
Complementary color
Monochromatic Colors of #2A1199
Black with #2A1199
Text Example
Text Example
White with #2A1199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1199; }
p { color: rgb(42,17,153); }
H1.HeaderClassName
{
color: #2A1199;
}
.AnyTagClassName
{
color: #2A1199;
}
</style>
background-color css
<style>
a { background-color: #2A1199; }
a { background-color: rgb(42,17,153); }
div.DivClassName
{
background-color: #2A1199;
}
.BgClassName
{
background-color: #2A1199;
}
</style>
border-color css
<style>
span { border-color: #2A1199; }
span { border-color: rgb(42,17,153); }
td.TdClassName
{
border-color: #2A1199;
}
.TagClassName
{
border-color: #2A1199;
}
</style>