Shades of Ultramarine #2D149E
Tints of Ultramarine #2D149E
RGB
CMYK
RGB Variations
Color information
#2D149E (or 0x2D149E) is known color: Ultramarine. HEX triplet: 2D, 14 and 9E. RGB value is (45,20,158). Sum of RGB (Red+Green+Blue) = 45+20+158=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 158 (62.11% from 255 or 70.85% from 223); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D149E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D149E is #D2EB61. Grayscale: #2A2A2A. Windows color (decimal): -13822818 or 10359853. OLE color: 10359853.
HSL color Cylindrical-coordinate representation of color #2D149E: hue angle of 250.87º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D149E is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 20 | 158 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.38 |
| HSL | 250.87º | 0.78% | 0.35% | - |
| HSV(B) | 250.87º | 0.87% | 0.62% | - |
| XYZ | 7.5 | 3.53 | 32.63 | - |
| YUV | 43.21 | 192.78 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 20 | 158 | 0.72 | 0.87 | 0 | 0.38 | 250.87 | 0.78 | 0.35 |
| Hex | 2D | 14 | 9E | 48 | 57 | 0 | 26 | FB | 4E | 23 |
| Octal | 55 | 24 | 236 | 110 | 127 | 0 | 46 | 373 | 116 | 43 |
| Binary | 101101 | 10100 | 10011110 | 1001000 | 1010111 | 0 | 100110 | 11111011 | 1001110 | 100011 |
Color Harmonies of #2D149E
Complementary color
Monochromatic Colors of #2D149E
Black with #2D149E
Text Example
Text Example
White with #2D149E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D149E; }
p { color: rgb(45,20,158); }
H1.HeaderClassName
{
color: #2D149E;
}
.AnyTagClassName
{
color: #2D149E;
}
</style>
background-color css
<style>
a { background-color: #2D149E; }
a { background-color: rgb(45,20,158); }
div.DivClassName
{
background-color: #2D149E;
}
.BgClassName
{
background-color: #2D149E;
}
</style>
border-color css
<style>
span { border-color: #2D149E; }
span { border-color: rgb(45,20,158); }
td.TdClassName
{
border-color: #2D149E;
}
.TagClassName
{
border-color: #2D149E;
}
</style>