Shades of Ultramarine #2D0D9B
Tints of Ultramarine #2D0D9B
RGB
CMYK
RGB Variations
Color information
#2D0D9B (or 0x2D0D9B) is known color: Ultramarine. HEX triplet: 2D, 0D and 9B. RGB value is (45,13,155). Sum of RGB (Red+Green+Blue) = 45+13+155=213 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.13% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 155 (60.94% from 255 or 72.77% from 213); Max value from RGB is 155 - color contains mainly: blue. Hex color #2D0D9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0D9B is #D2F264. Grayscale: #262626. Windows color (decimal): -13824613 or 10161453. OLE color: 10161453.
HSL color Cylindrical-coordinate representation of color #2D0D9B: hue angle of 253.52º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D0D9B is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 13 | 155 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.39 |
| HSL | 253.52º | 0.85% | 0.33% | - |
| HSV(B) | 253.52º | 0.92% | 0.61% | - |
| XYZ | 7.14 | 3.21 | 31.25 | - |
| YUV | 38.76 | 193.6 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 13 | 155 | 0.71 | 0.92 | 0 | 0.39 | 253.52 | 0.85 | 0.33 |
| Hex | 2D | D | 9B | 47 | 5C | 0 | 27 | FE | 55 | 21 |
| Octal | 55 | 15 | 233 | 107 | 134 | 0 | 47 | 376 | 125 | 41 |
| Binary | 101101 | 1101 | 10011011 | 1000111 | 1011100 | 0 | 100111 | 11111110 | 1010101 | 100001 |
Color Harmonies of #2D0D9B
Complementary color
Monochromatic Colors of #2D0D9B
Black with #2D0D9B
Text Example
Text Example
White with #2D0D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0D9B; }
p { color: rgb(45,13,155); }
H1.HeaderClassName
{
color: #2D0D9B;
}
.AnyTagClassName
{
color: #2D0D9B;
}
</style>
background-color css
<style>
a { background-color: #2D0D9B; }
a { background-color: rgb(45,13,155); }
div.DivClassName
{
background-color: #2D0D9B;
}
.BgClassName
{
background-color: #2D0D9B;
}
</style>
border-color css
<style>
span { border-color: #2D0D9B; }
span { border-color: rgb(45,13,155); }
td.TdClassName
{
border-color: #2D0D9B;
}
.TagClassName
{
border-color: #2D0D9B;
}
</style>