Shades of Ultramarine #2D0B9C
Tints of Ultramarine #2D0B9C
RGB
CMYK
RGB Variations
Color information
#2D0B9C (or 0x2D0B9C) is known color: Ultramarine. HEX triplet: 2D, 0B and 9C. RGB value is (45,11,156). Sum of RGB (Red+Green+Blue) = 45+11+156=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 156 (61.33% from 255 or 73.58% from 212); Max value from RGB is 156 - color contains mainly: blue. Hex color #2D0B9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0B9C is #D2F463. Grayscale: #252525. Windows color (decimal): -13825124 or 10226477. OLE color: 10226477.
HSL color Cylindrical-coordinate representation of color #2D0B9C: hue angle of 254.07º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D0B9C is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 11 | 156 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.39 |
| HSL | 254.07º | 0.87% | 0.33% | - |
| HSV(B) | 254.07º | 0.93% | 0.61% | - |
| XYZ | 7.2 | 3.2 | 31.69 | - |
| YUV | 37.7 | 194.76 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 11 | 156 | 0.71 | 0.93 | 0 | 0.39 | 254.07 | 0.87 | 0.33 |
| Hex | 2D | B | 9C | 47 | 5D | 0 | 27 | FE | 57 | 21 |
| Octal | 55 | 13 | 234 | 107 | 135 | 0 | 47 | 376 | 127 | 41 |
| Binary | 101101 | 1011 | 10011100 | 1000111 | 1011101 | 0 | 100111 | 11111110 | 1010111 | 100001 |
Color Harmonies of #2D0B9C
Complementary color
Monochromatic Colors of #2D0B9C
Black with #2D0B9C
Text Example
Text Example
White with #2D0B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0B9C; }
p { color: rgb(45,11,156); }
H1.HeaderClassName
{
color: #2D0B9C;
}
.AnyTagClassName
{
color: #2D0B9C;
}
</style>
background-color css
<style>
a { background-color: #2D0B9C; }
a { background-color: rgb(45,11,156); }
div.DivClassName
{
background-color: #2D0B9C;
}
.BgClassName
{
background-color: #2D0B9C;
}
</style>
border-color css
<style>
span { border-color: #2D0B9C; }
span { border-color: rgb(45,11,156); }
td.TdClassName
{
border-color: #2D0B9C;
}
.TagClassName
{
border-color: #2D0B9C;
}
</style>