Shades of Ultramarine #2A0CAE
Tints of Ultramarine #2A0CAE
RGB
CMYK
RGB Variations
Color information
#2A0CAE (or 0x2A0CAE) is known color: Ultramarine. HEX triplet: 2A, 0C and AE. RGB value is (42,12,174). Sum of RGB (Red+Green+Blue) = 42+12+174=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 174 (68.36% from 255 or 76.32% from 228); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A0CAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0CAE is #D5F351. Grayscale: #262626. Windows color (decimal): -14021458 or 11406378. OLE color: 11406378.
HSL color Cylindrical-coordinate representation of color #2A0CAE: hue angle of 251.11º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A0CAE is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 12 | 174 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.32 |
| HSL | 251.11º | 0.87% | 0.36% | - |
| HSV(B) | 251.11º | 0.93% | 0.68% | - |
| XYZ | 8.73 | 3.81 | 40.32 | - |
| YUV | 39.44 | 203.94 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 12 | 174 | 0.76 | 0.93 | 0 | 0.32 | 251.11 | 0.87 | 0.36 |
| Hex | 2A | C | AE | 4C | 5D | 0 | 20 | FB | 57 | 24 |
| Octal | 52 | 14 | 256 | 114 | 135 | 0 | 40 | 373 | 127 | 44 |
| Binary | 101010 | 1100 | 10101110 | 1001100 | 1011101 | 0 | 100000 | 11111011 | 1010111 | 100100 |
Color Harmonies of #2A0CAE
Complementary color
Monochromatic Colors of #2A0CAE
Black with #2A0CAE
Text Example
Text Example
White with #2A0CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0CAE; }
p { color: rgb(42,12,174); }
H1.HeaderClassName
{
color: #2A0CAE;
}
.AnyTagClassName
{
color: #2A0CAE;
}
</style>
background-color css
<style>
a { background-color: #2A0CAE; }
a { background-color: rgb(42,12,174); }
div.DivClassName
{
background-color: #2A0CAE;
}
.BgClassName
{
background-color: #2A0CAE;
}
</style>
border-color css
<style>
span { border-color: #2A0CAE; }
span { border-color: rgb(42,12,174); }
td.TdClassName
{
border-color: #2A0CAE;
}
.TagClassName
{
border-color: #2A0CAE;
}
</style>