Shades of Ultramarine #2D129C
Tints of Ultramarine #2D129C
RGB
CMYK
RGB Variations
Color information
#2D129C (or 0x2D129C) is known color: Ultramarine. HEX triplet: 2D, 12 and 9C. RGB value is (45,18,156). Sum of RGB (Red+Green+Blue) = 45+18+156=219 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.55% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 156 (61.33% from 255 or 71.23% from 219); Max value from RGB is 156 - color contains mainly: blue. Hex color #2D129C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D129C is #D2ED63. Grayscale: #292929. Windows color (decimal): -13823332 or 10228269. OLE color: 10228269.
HSL color Cylindrical-coordinate representation of color #2D129C: hue angle of 251.74º 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 #2D129C is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 18 | 156 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.39 |
| HSL | 251.74º | 0.79% | 0.34% | - |
| HSV(B) | 251.74º | 0.88% | 0.61% | - |
| XYZ | 7.3 | 3.39 | 31.72 | - |
| YUV | 41.81 | 192.45 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 18 | 156 | 0.71 | 0.88 | 0 | 0.39 | 251.74 | 0.79 | 0.34 |
| Hex | 2D | 12 | 9C | 47 | 58 | 0 | 27 | FC | 4F | 22 |
| Octal | 55 | 22 | 234 | 107 | 130 | 0 | 47 | 374 | 117 | 42 |
| Binary | 101101 | 10010 | 10011100 | 1000111 | 1011000 | 0 | 100111 | 11111100 | 1001111 | 100010 |
Color Harmonies of #2D129C
Complementary color
Monochromatic Colors of #2D129C
Black with #2D129C
Text Example
Text Example
White with #2D129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D129C; }
p { color: rgb(45,18,156); }
H1.HeaderClassName
{
color: #2D129C;
}
.AnyTagClassName
{
color: #2D129C;
}
</style>
background-color css
<style>
a { background-color: #2D129C; }
a { background-color: rgb(45,18,156); }
div.DivClassName
{
background-color: #2D129C;
}
.BgClassName
{
background-color: #2D129C;
}
</style>
border-color css
<style>
span { border-color: #2D129C; }
span { border-color: rgb(45,18,156); }
td.TdClassName
{
border-color: #2D129C;
}
.TagClassName
{
border-color: #2D129C;
}
</style>