Shades of Ultramarine #2A0B9C
Tints of Ultramarine #2A0B9C
RGB
CMYK
RGB Variations
Color information
#2A0B9C (or 0x2A0B9C) is known color: Ultramarine. HEX triplet: 2A, 0B and 9C. RGB value is (42,11,156). Sum of RGB (Red+Green+Blue) = 42+11+156=209 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.10% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 156 (61.33% from 255 or 74.64% from 209); Max value from RGB is 156 - color contains mainly: blue. Hex color #2A0B9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0B9C is #D5F463. Grayscale: #242424. Windows color (decimal): -14021732 or 10226474. OLE color: 10226474.
HSL color Cylindrical-coordinate representation of color #2A0B9C: hue angle of 252.83º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A0B9C is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 11 | 156 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.39 |
| HSL | 252.83º | 0.87% | 0.33% | - |
| HSV(B) | 252.83º | 0.93% | 0.61% | - |
| XYZ | 7.08 | 3.13 | 31.68 | - |
| YUV | 36.8 | 195.27 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 11 | 156 | 0.73 | 0.93 | 0 | 0.39 | 252.83 | 0.87 | 0.33 |
| Hex | 2A | B | 9C | 49 | 5D | 0 | 27 | FD | 57 | 21 |
| Octal | 52 | 13 | 234 | 111 | 135 | 0 | 47 | 375 | 127 | 41 |
| Binary | 101010 | 1011 | 10011100 | 1001001 | 1011101 | 0 | 100111 | 11111101 | 1010111 | 100001 |
Color Harmonies of #2A0B9C
Complementary color
Monochromatic Colors of #2A0B9C
Black with #2A0B9C
Text Example
Text Example
White with #2A0B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0B9C; }
p { color: rgb(42,11,156); }
H1.HeaderClassName
{
color: #2A0B9C;
}
.AnyTagClassName
{
color: #2A0B9C;
}
</style>
background-color css
<style>
a { background-color: #2A0B9C; }
a { background-color: rgb(42,11,156); }
div.DivClassName
{
background-color: #2A0B9C;
}
.BgClassName
{
background-color: #2A0B9C;
}
</style>
border-color css
<style>
span { border-color: #2A0B9C; }
span { border-color: rgb(42,11,156); }
td.TdClassName
{
border-color: #2A0B9C;
}
.TagClassName
{
border-color: #2A0B9C;
}
</style>