Shades of Ultramarine #2D019E
Tints of Ultramarine #2D019E
RGB
CMYK
RGB Variations
Color information
#2D019E (or 0x2D019E) is known color: Ultramarine. HEX triplet: 2D, 01 and 9E. RGB value is (45,1,158). Sum of RGB (Red+Green+Blue) = 45+1+158=204 (27% of max value = 765). Red value is 45 (17.97% from 255 or 22.06% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 158 (62.11% from 255 or 77.45% from 204); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D019E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D019E is #D2FE61. Grayscale: #1F1F1F. Windows color (decimal): -13827682 or 10354989. OLE color: 10354989.
HSL color Cylindrical-coordinate representation of color #2D019E: hue angle of 256.82º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D019E is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 1 | 158 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.38 |
| HSL | 256.82º | 0.99% | 0.31% | - |
| HSV(B) | 256.82º | 0.99% | 0.62% | - |
| XYZ | 7.26 | 3.05 | 32.55 | - |
| YUV | 32.05 | 199.08 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 1 | 158 | 0.72 | 0.99 | 0 | 0.38 | 256.82 | 0.99 | 0.31 |
| Hex | 2D | 1 | 9E | 48 | 63 | 0 | 26 | 101 | 63 | 1F |
| Octal | 55 | 1 | 236 | 110 | 143 | 0 | 46 | 401 | 143 | 37 |
| Binary | 101101 | 1 | 10011110 | 1001000 | 1100011 | 0 | 100110 | 100000001 | 1100011 | 11111 |
Color Harmonies of #2D019E
Complementary color
Monochromatic Colors of #2D019E
Black with #2D019E
Text Example
Text Example
White with #2D019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D019E; }
p { color: rgb(45,1,158); }
H1.HeaderClassName
{
color: #2D019E;
}
.AnyTagClassName
{
color: #2D019E;
}
</style>
background-color css
<style>
a { background-color: #2D019E; }
a { background-color: rgb(45,1,158); }
div.DivClassName
{
background-color: #2D019E;
}
.BgClassName
{
background-color: #2D019E;
}
</style>
border-color css
<style>
span { border-color: #2D019E; }
span { border-color: rgb(45,1,158); }
td.TdClassName
{
border-color: #2D019E;
}
.TagClassName
{
border-color: #2D019E;
}
</style>