Shades of Ultramarine #2A029A
Tints of Ultramarine #2A029A
RGB
CMYK
RGB Variations
Color information
#2A029A (or 0x2A029A) is known color: Ultramarine. HEX triplet: 2A, 02 and 9A. RGB value is (42,2,154). Sum of RGB (Red+Green+Blue) = 42+2+154=198 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.21% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 154 (60.55% from 255 or 77.78% from 198); Max value from RGB is 154 - color contains mainly: blue. Hex color #2A029A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A029A is #D5FD65. Grayscale: #1E1E1E. Windows color (decimal): -14024038 or 10093098. OLE color: 10093098.
HSL color Cylindrical-coordinate representation of color #2A029A: hue angle of 255.79º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A029A is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 2 | 154 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.40 |
| HSL | 255.79º | 0.97% | 0.31% | - |
| HSV(B) | 255.79º | 0.99% | 0.6% | - |
| XYZ | 6.81 | 2.87 | 30.77 | - |
| YUV | 31.29 | 197.25 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 154 | 0.73 | 0.99 | 0 | 0.40 | 255.79 | 0.97 | 0.31 |
| Hex | 2A | 2 | 9A | 49 | 63 | 0 | 28 | 100 | 61 | 1F |
| Octal | 52 | 2 | 232 | 111 | 143 | 0 | 50 | 400 | 141 | 37 |
| Binary | 101010 | 10 | 10011010 | 1001001 | 1100011 | 0 | 101000 | 100000000 | 1100001 | 11111 |
Color Harmonies of #2A029A
Complementary color
Monochromatic Colors of #2A029A
Black with #2A029A
Text Example
Text Example
White with #2A029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A029A; }
p { color: rgb(42,2,154); }
H1.HeaderClassName
{
color: #2A029A;
}
.AnyTagClassName
{
color: #2A029A;
}
</style>
background-color css
<style>
a { background-color: #2A029A; }
a { background-color: rgb(42,2,154); }
div.DivClassName
{
background-color: #2A029A;
}
.BgClassName
{
background-color: #2A029A;
}
</style>
border-color css
<style>
span { border-color: #2A029A; }
span { border-color: rgb(42,2,154); }
td.TdClassName
{
border-color: #2A029A;
}
.TagClassName
{
border-color: #2A029A;
}
</style>