Shades of Ultramarine #2D149F
Tints of Ultramarine #2D149F
RGB
CMYK
RGB Variations
Color information
#2D149F (or 0x2D149F) is known color: Ultramarine. HEX triplet: 2D, 14 and 9F. RGB value is (45,20,159). Sum of RGB (Red+Green+Blue) = 45+20+159=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 159 (62.5% from 255 or 70.98% from 224); Max value from RGB is 159 - color contains mainly: blue. Hex color #2D149F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D149F is #D2EB60. Grayscale: #2A2A2A. Windows color (decimal): -13822817 or 10425389. OLE color: 10425389.
HSL color Cylindrical-coordinate representation of color #2D149F: hue angle of 250.79º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D149F is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 20 | 159 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.38 |
| HSL | 250.79º | 0.78% | 0.35% | - |
| HSV(B) | 250.79º | 0.87% | 0.62% | - |
| XYZ | 7.59 | 3.56 | 33.09 | - |
| YUV | 43.32 | 193.28 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 20 | 159 | 0.72 | 0.87 | 0 | 0.38 | 250.79 | 0.78 | 0.35 |
| Hex | 2D | 14 | 9F | 48 | 57 | 0 | 26 | FB | 4E | 23 |
| Octal | 55 | 24 | 237 | 110 | 127 | 0 | 46 | 373 | 116 | 43 |
| Binary | 101101 | 10100 | 10011111 | 1001000 | 1010111 | 0 | 100110 | 11111011 | 1001110 | 100011 |
Color Harmonies of #2D149F
Complementary color
Monochromatic Colors of #2D149F
Black with #2D149F
Text Example
Text Example
White with #2D149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D149F; }
p { color: rgb(45,20,159); }
H1.HeaderClassName
{
color: #2D149F;
}
.AnyTagClassName
{
color: #2D149F;
}
</style>
background-color css
<style>
a { background-color: #2D149F; }
a { background-color: rgb(45,20,159); }
div.DivClassName
{
background-color: #2D149F;
}
.BgClassName
{
background-color: #2D149F;
}
</style>
border-color css
<style>
span { border-color: #2D149F; }
span { border-color: rgb(45,20,159); }
td.TdClassName
{
border-color: #2D149F;
}
.TagClassName
{
border-color: #2D149F;
}
</style>