Shades of Ultramarine #2D139F
Tints of Ultramarine #2D139F
RGB
CMYK
RGB Variations
Color information
#2D139F (or 0x2D139F) is known color: Ultramarine. HEX triplet: 2D, 13 and 9F. RGB value is (45,19,159). Sum of RGB (Red+Green+Blue) = 45+19+159=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 159 (62.5% from 255 or 71.30% from 223); Max value from RGB is 159 - color contains mainly: blue. Hex color #2D139F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D139F is #D2EC60. Grayscale: #2A2A2A. Windows color (decimal): -13823073 or 10425133. OLE color: 10425133.
HSL color Cylindrical-coordinate representation of color #2D139F: hue angle of 251.14º 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 #2D139F is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 19 | 159 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.38 |
| HSL | 251.14º | 0.79% | 0.35% | - |
| HSV(B) | 251.14º | 0.88% | 0.62% | - |
| XYZ | 7.57 | 3.53 | 33.08 | - |
| YUV | 42.73 | 193.61 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 19 | 159 | 0.72 | 0.88 | 0 | 0.38 | 251.14 | 0.79 | 0.35 |
| Hex | 2D | 13 | 9F | 48 | 58 | 0 | 26 | FB | 4F | 23 |
| Octal | 55 | 23 | 237 | 110 | 130 | 0 | 46 | 373 | 117 | 43 |
| Binary | 101101 | 10011 | 10011111 | 1001000 | 1011000 | 0 | 100110 | 11111011 | 1001111 | 100011 |
Color Harmonies of #2D139F
Complementary color
Monochromatic Colors of #2D139F
Black with #2D139F
Text Example
Text Example
White with #2D139F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D139F; }
p { color: rgb(45,19,159); }
H1.HeaderClassName
{
color: #2D139F;
}
.AnyTagClassName
{
color: #2D139F;
}
</style>
background-color css
<style>
a { background-color: #2D139F; }
a { background-color: rgb(45,19,159); }
div.DivClassName
{
background-color: #2D139F;
}
.BgClassName
{
background-color: #2D139F;
}
</style>
border-color css
<style>
span { border-color: #2D139F; }
span { border-color: rgb(45,19,159); }
td.TdClassName
{
border-color: #2D139F;
}
.TagClassName
{
border-color: #2D139F;
}
</style>