Shades of Ultramarine #2D139E
Tints of Ultramarine #2D139E
RGB
CMYK
RGB Variations
Color information
#2D139E (or 0x2D139E) is known color: Ultramarine. HEX triplet: 2D, 13 and 9E. RGB value is (45,19,158). Sum of RGB (Red+Green+Blue) = 45+19+158=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 158 (62.11% from 255 or 71.17% from 222); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D139E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D139E is #D2EC61. Grayscale: #2A2A2A. Windows color (decimal): -13823074 or 10359597. OLE color: 10359597.
HSL color Cylindrical-coordinate representation of color #2D139E: hue angle of 251.22º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D139E is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 19 | 158 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.38 |
| HSL | 251.22º | 0.79% | 0.35% | - |
| HSV(B) | 251.22º | 0.88% | 0.62% | - |
| XYZ | 7.49 | 3.49 | 32.63 | - |
| YUV | 42.62 | 193.11 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 19 | 158 | 0.72 | 0.88 | 0 | 0.38 | 251.22 | 0.79 | 0.35 |
| Hex | 2D | 13 | 9E | 48 | 58 | 0 | 26 | FB | 4F | 23 |
| Octal | 55 | 23 | 236 | 110 | 130 | 0 | 46 | 373 | 117 | 43 |
| Binary | 101101 | 10011 | 10011110 | 1001000 | 1011000 | 0 | 100110 | 11111011 | 1001111 | 100011 |
Color Harmonies of #2D139E
Complementary color
Monochromatic Colors of #2D139E
Black with #2D139E
Text Example
Text Example
White with #2D139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D139E; }
p { color: rgb(45,19,158); }
H1.HeaderClassName
{
color: #2D139E;
}
.AnyTagClassName
{
color: #2D139E;
}
</style>
background-color css
<style>
a { background-color: #2D139E; }
a { background-color: rgb(45,19,158); }
div.DivClassName
{
background-color: #2D139E;
}
.BgClassName
{
background-color: #2D139E;
}
</style>
border-color css
<style>
span { border-color: #2D139E; }
span { border-color: rgb(45,19,158); }
td.TdClassName
{
border-color: #2D139E;
}
.TagClassName
{
border-color: #2D139E;
}
</style>