Shades of Ultramarine #2D149B
Tints of Ultramarine #2D149B
RGB
CMYK
RGB Variations
Color information
#2D149B (or 0x2D149B) is known color: Ultramarine. HEX triplet: 2D, 14 and 9B. RGB value is (45,20,155). Sum of RGB (Red+Green+Blue) = 45+20+155=220 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.45% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 155 (60.94% from 255 or 70.45% from 220); Max value from RGB is 155 - color contains mainly: blue. Hex color #2D149B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D149B is #D2EB64. Grayscale: #2A2A2A. Windows color (decimal): -13822821 or 10163245. OLE color: 10163245.
HSL color Cylindrical-coordinate representation of color #2D149B: hue angle of 251.11º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D149B is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 20 | 155 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.39 |
| HSL | 251.11º | 0.77% | 0.34% | - |
| HSV(B) | 251.11º | 0.87% | 0.61% | - |
| XYZ | 7.25 | 3.42 | 31.29 | - |
| YUV | 42.87 | 191.28 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 20 | 155 | 0.71 | 0.87 | 0 | 0.39 | 251.11 | 0.77 | 0.34 |
| Hex | 2D | 14 | 9B | 47 | 57 | 0 | 27 | FB | 4D | 22 |
| Octal | 55 | 24 | 233 | 107 | 127 | 0 | 47 | 373 | 115 | 42 |
| Binary | 101101 | 10100 | 10011011 | 1000111 | 1010111 | 0 | 100111 | 11111011 | 1001101 | 100010 |
Color Harmonies of #2D149B
Complementary color
Monochromatic Colors of #2D149B
Black with #2D149B
Text Example
Text Example
White with #2D149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D149B; }
p { color: rgb(45,20,155); }
H1.HeaderClassName
{
color: #2D149B;
}
.AnyTagClassName
{
color: #2D149B;
}
</style>
background-color css
<style>
a { background-color: #2D149B; }
a { background-color: rgb(45,20,155); }
div.DivClassName
{
background-color: #2D149B;
}
.BgClassName
{
background-color: #2D149B;
}
</style>
border-color css
<style>
span { border-color: #2D149B; }
span { border-color: rgb(45,20,155); }
td.TdClassName
{
border-color: #2D149B;
}
.TagClassName
{
border-color: #2D149B;
}
</style>