Shades of Ultramarine #2A009E
Tints of Ultramarine #2A009E
RGB
CMYK
RGB Variations
Color information
#2A009E (or 0x2A009E) is known color: Ultramarine. HEX triplet: 2A, 00 and 9E. RGB value is (42,0,158). Sum of RGB (Red+Green+Blue) = 42+0+158=200 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 158 (62.11% from 255 or 79% from 200); Max value from RGB is 158 - color contains mainly: blue. Hex color #2A009E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A009E is #D5FF61. Grayscale: #1D1D1D. Windows color (decimal): -14024546 or 10354730. OLE color: 10354730.
HSL color Cylindrical-coordinate representation of color #2A009E: hue angle of 255.95º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A009E is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 0 | 158 | - |
| CMYK | 0.73 | 1 | 0 | 0.38 |
| HSL | 255.95º | 1% | 0.31% | - |
| HSV(B) | 255.95º | 1% | 0.62% | - |
| XYZ | 7.13 | 2.96 | 32.54 | - |
| YUV | 30.57 | 199.91 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 158 | 0.73 | 1 | 0 | 0.38 | 255.95 | 1 | 0.31 |
| Hex | 2A | 0 | 9E | 49 | 64 | 0 | 26 | 100 | 64 | 1F |
| Octal | 52 | 0 | 236 | 111 | 144 | 0 | 46 | 400 | 144 | 37 |
| Binary | 101010 | 0 | 10011110 | 1001001 | 1100100 | 0 | 100110 | 100000000 | 1100100 | 11111 |
Color Harmonies of #2A009E
Complementary color
Monochromatic Colors of #2A009E
Black with #2A009E
Text Example
Text Example
White with #2A009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A009E; }
p { color: rgb(42,0,158); }
H1.HeaderClassName
{
color: #2A009E;
}
.AnyTagClassName
{
color: #2A009E;
}
</style>
background-color css
<style>
a { background-color: #2A009E; }
a { background-color: rgb(42,0,158); }
div.DivClassName
{
background-color: #2A009E;
}
.BgClassName
{
background-color: #2A009E;
}
</style>
border-color css
<style>
span { border-color: #2A009E; }
span { border-color: rgb(42,0,158); }
td.TdClassName
{
border-color: #2A009E;
}
.TagClassName
{
border-color: #2A009E;
}
</style>