Shades of Ultramarine #2A019F
Tints of Ultramarine #2A019F
RGB
CMYK
RGB Variations
Color information
#2A019F (or 0x2A019F) is known color: Ultramarine. HEX triplet: 2A, 01 and 9F. RGB value is (42,1,159). Sum of RGB (Red+Green+Blue) = 42+1+159=202 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.79% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 159 (62.5% from 255 or 78.71% from 202); Max value from RGB is 159 - color contains mainly: blue. Hex color #2A019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A019F is #D5FE60. Grayscale: #1E1E1E. Windows color (decimal): -14024289 or 10420522. OLE color: 10420522.
HSL color Cylindrical-coordinate representation of color #2A019F: hue angle of 255.57º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A019F is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 1 | 159 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.38 |
| HSL | 255.57º | 0.99% | 0.31% | - |
| HSV(B) | 255.57º | 0.99% | 0.62% | - |
| XYZ | 7.22 | 3.02 | 33 | - |
| YUV | 31.27 | 200.08 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 159 | 0.74 | 0.99 | 0 | 0.38 | 255.57 | 0.99 | 0.31 |
| Hex | 2A | 1 | 9F | 4A | 63 | 0 | 26 | 100 | 63 | 1F |
| Octal | 52 | 1 | 237 | 112 | 143 | 0 | 46 | 400 | 143 | 37 |
| Binary | 101010 | 1 | 10011111 | 1001010 | 1100011 | 0 | 100110 | 100000000 | 1100011 | 11111 |
Color Harmonies of #2A019F
Complementary color
Monochromatic Colors of #2A019F
Black with #2A019F
Text Example
Text Example
White with #2A019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A019F; }
p { color: rgb(42,1,159); }
H1.HeaderClassName
{
color: #2A019F;
}
.AnyTagClassName
{
color: #2A019F;
}
</style>
background-color css
<style>
a { background-color: #2A019F; }
a { background-color: rgb(42,1,159); }
div.DivClassName
{
background-color: #2A019F;
}
.BgClassName
{
background-color: #2A019F;
}
</style>
border-color css
<style>
span { border-color: #2A019F; }
span { border-color: rgb(42,1,159); }
td.TdClassName
{
border-color: #2A019F;
}
.TagClassName
{
border-color: #2A019F;
}
</style>