Shades of Ultramarine #2D159D
Tints of Ultramarine #2D159D
RGB
CMYK
RGB Variations
Color information
#2D159D (or 0x2D159D) is known color: Ultramarine. HEX triplet: 2D, 15 and 9D. RGB value is (45,21,157). Sum of RGB (Red+Green+Blue) = 45+21+157=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 157 (61.72% from 255 or 70.40% from 223); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D159D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D159D is #D2EA62. Grayscale: #2B2B2B. Windows color (decimal): -13822563 or 10294573. OLE color: 10294573.
HSL color Cylindrical-coordinate representation of color #2D159D: hue angle of 250.59º degrees, saturation: 0.76, 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 #2D159D is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 21 | 157 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.38 |
| HSL | 250.59º | 0.76% | 0.35% | - |
| HSV(B) | 250.59º | 0.87% | 0.62% | - |
| XYZ | 7.44 | 3.53 | 32.19 | - |
| YUV | 43.68 | 191.95 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 21 | 157 | 0.71 | 0.87 | 0 | 0.38 | 250.59 | 0.76 | 0.35 |
| Hex | 2D | 15 | 9D | 47 | 57 | 0 | 26 | FB | 4C | 23 |
| Octal | 55 | 25 | 235 | 107 | 127 | 0 | 46 | 373 | 114 | 43 |
| Binary | 101101 | 10101 | 10011101 | 1000111 | 1010111 | 0 | 100110 | 11111011 | 1001100 | 100011 |
Color Harmonies of #2D159D
Complementary color
Monochromatic Colors of #2D159D
Black with #2D159D
Text Example
Text Example
White with #2D159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D159D; }
p { color: rgb(45,21,157); }
H1.HeaderClassName
{
color: #2D159D;
}
.AnyTagClassName
{
color: #2D159D;
}
</style>
background-color css
<style>
a { background-color: #2D159D; }
a { background-color: rgb(45,21,157); }
div.DivClassName
{
background-color: #2D159D;
}
.BgClassName
{
background-color: #2D159D;
}
</style>
border-color css
<style>
span { border-color: #2D159D; }
span { border-color: rgb(45,21,157); }
td.TdClassName
{
border-color: #2D159D;
}
.TagClassName
{
border-color: #2D159D;
}
</style>