Shades of Ultramarine #2A009B
Tints of Ultramarine #2A009B
RGB
CMYK
RGB Variations
Color information
#2A009B (or 0x2A009B) is known color: Ultramarine. HEX triplet: 2A, 00 and 9B. RGB value is (42,0,155). Sum of RGB (Red+Green+Blue) = 42+0+155=197 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.32% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 155 (60.94% from 255 or 78.68% from 197); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A009B is #D5FF64. Grayscale: #1D1D1D. Windows color (decimal): -14024549 or 10158122. OLE color: 10158122.
HSL color Cylindrical-coordinate representation of color #2A009B: hue angle of 256.26º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A009B is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 0 | 155 | - |
| CMYK | 0.73 | 1 | 0 | 0.39 |
| HSL | 256.26º | 1% | 0.3% | - |
| HSV(B) | 256.26º | 1% | 0.61% | - |
| XYZ | 6.87 | 2.86 | 31.2 | - |
| YUV | 30.23 | 198.41 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 155 | 0.73 | 1 | 0 | 0.39 | 256.26 | 1 | 0.3 |
| Hex | 2A | 0 | 9B | 49 | 64 | 0 | 27 | 100 | 64 | 1E |
| Octal | 52 | 0 | 233 | 111 | 144 | 0 | 47 | 400 | 144 | 36 |
| Binary | 101010 | 0 | 10011011 | 1001001 | 1100100 | 0 | 100111 | 100000000 | 1100100 | 11110 |
Color Harmonies of #2A009B
Complementary color
Monochromatic Colors of #2A009B
Black with #2A009B
Text Example
Text Example
White with #2A009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A009B; }
p { color: rgb(42,0,155); }
H1.HeaderClassName
{
color: #2A009B;
}
.AnyTagClassName
{
color: #2A009B;
}
</style>
background-color css
<style>
a { background-color: #2A009B; }
a { background-color: rgb(42,0,155); }
div.DivClassName
{
background-color: #2A009B;
}
.BgClassName
{
background-color: #2A009B;
}
</style>
border-color css
<style>
span { border-color: #2A009B; }
span { border-color: rgb(42,0,155); }
td.TdClassName
{
border-color: #2A009B;
}
.TagClassName
{
border-color: #2A009B;
}
</style>