Shades of Ultramarine #2D0E9C
Tints of Ultramarine #2D0E9C
RGB
CMYK
RGB Variations
Color information
#2D0E9C (or 0x2D0E9C) is known color: Ultramarine. HEX triplet: 2D, 0E and 9C. RGB value is (45,14,156). Sum of RGB (Red+Green+Blue) = 45+14+156=215 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.93% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 156 (61.33% from 255 or 72.56% from 215); Max value from RGB is 156 - color contains mainly: blue. Hex color #2D0E9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0E9C is #D2F163. Grayscale: #262626. Windows color (decimal): -13824356 or 10227245. OLE color: 10227245.
HSL color Cylindrical-coordinate representation of color #2D0E9C: hue angle of 253.1º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D0E9C is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 14 | 156 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.39 |
| HSL | 253.1º | 0.84% | 0.33% | - |
| HSV(B) | 253.1º | 0.91% | 0.61% | - |
| XYZ | 7.24 | 3.27 | 31.7 | - |
| YUV | 39.46 | 193.77 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 14 | 156 | 0.71 | 0.91 | 0 | 0.39 | 253.1 | 0.84 | 0.33 |
| Hex | 2D | E | 9C | 47 | 5B | 0 | 27 | FD | 54 | 21 |
| Octal | 55 | 16 | 234 | 107 | 133 | 0 | 47 | 375 | 124 | 41 |
| Binary | 101101 | 1110 | 10011100 | 1000111 | 1011011 | 0 | 100111 | 11111101 | 1010100 | 100001 |
Color Harmonies of #2D0E9C
Complementary color
Monochromatic Colors of #2D0E9C
Black with #2D0E9C
Text Example
Text Example
White with #2D0E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0E9C; }
p { color: rgb(45,14,156); }
H1.HeaderClassName
{
color: #2D0E9C;
}
.AnyTagClassName
{
color: #2D0E9C;
}
</style>
background-color css
<style>
a { background-color: #2D0E9C; }
a { background-color: rgb(45,14,156); }
div.DivClassName
{
background-color: #2D0E9C;
}
.BgClassName
{
background-color: #2D0E9C;
}
</style>
border-color css
<style>
span { border-color: #2D0E9C; }
span { border-color: rgb(45,14,156); }
td.TdClassName
{
border-color: #2D0E9C;
}
.TagClassName
{
border-color: #2D0E9C;
}
</style>