Shades of Ultramarine #2D129B
Tints of Ultramarine #2D129B
RGB
CMYK
RGB Variations
Color information
#2D129B (or 0x2D129B) is known color: Ultramarine. HEX triplet: 2D, 12 and 9B. RGB value is (45,18,155). Sum of RGB (Red+Green+Blue) = 45+18+155=218 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.64% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 155 (60.94% from 255 or 71.10% from 218); Max value from RGB is 155 - color contains mainly: blue. Hex color #2D129B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D129B is #D2ED64. Grayscale: #292929. Windows color (decimal): -13823333 or 10162733. OLE color: 10162733.
HSL color Cylindrical-coordinate representation of color #2D129B: hue angle of 251.82º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D129B is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 18 | 155 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.39 |
| HSL | 251.82º | 0.79% | 0.34% | - |
| HSV(B) | 251.82º | 0.88% | 0.61% | - |
| XYZ | 7.21 | 3.36 | 31.28 | - |
| YUV | 41.69 | 191.95 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 18 | 155 | 0.71 | 0.88 | 0 | 0.39 | 251.82 | 0.79 | 0.34 |
| Hex | 2D | 12 | 9B | 47 | 58 | 0 | 27 | FC | 4F | 22 |
| Octal | 55 | 22 | 233 | 107 | 130 | 0 | 47 | 374 | 117 | 42 |
| Binary | 101101 | 10010 | 10011011 | 1000111 | 1011000 | 0 | 100111 | 11111100 | 1001111 | 100010 |
Color Harmonies of #2D129B
Complementary color
Monochromatic Colors of #2D129B
Black with #2D129B
Text Example
Text Example
White with #2D129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D129B; }
p { color: rgb(45,18,155); }
H1.HeaderClassName
{
color: #2D129B;
}
.AnyTagClassName
{
color: #2D129B;
}
</style>
background-color css
<style>
a { background-color: #2D129B; }
a { background-color: rgb(45,18,155); }
div.DivClassName
{
background-color: #2D129B;
}
.BgClassName
{
background-color: #2D129B;
}
</style>
border-color css
<style>
span { border-color: #2D129B; }
span { border-color: rgb(45,18,155); }
td.TdClassName
{
border-color: #2D129B;
}
.TagClassName
{
border-color: #2D129B;
}
</style>