Shades of Ultramarine #2E009D
Tints of Ultramarine #2E009D
RGB
CMYK
RGB Variations
Color information
#2E009D (or 0x2E009D) is known color: Ultramarine. HEX triplet: 2E, 00 and 9D. RGB value is (46,0,157). Sum of RGB (Red+Green+Blue) = 46+0+157=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 157 (61.72% from 255 or 77.34% from 203); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E009D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E009D is #D1FF62. Grayscale: #1F1F1F. Windows color (decimal): -13762403 or 10289198. OLE color: 10289198.
HSL color Cylindrical-coordinate representation of color #2E009D: hue angle of 257.58º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E009D is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 0 | 157 | - |
| CMYK | 0.71 | 1 | 0 | 0.38 |
| HSL | 257.58º | 1% | 0.31% | - |
| HSV(B) | 257.58º | 1% | 0.62% | - |
| XYZ | 7.21 | 3.02 | 32.1 | - |
| YUV | 31.65 | 198.74 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 157 | 0.71 | 1 | 0 | 0.38 | 257.58 | 1 | 0.31 |
| Hex | 2E | 0 | 9D | 47 | 64 | 0 | 26 | 102 | 64 | 1F |
| Octal | 56 | 0 | 235 | 107 | 144 | 0 | 46 | 402 | 144 | 37 |
| Binary | 101110 | 0 | 10011101 | 1000111 | 1100100 | 0 | 100110 | 100000010 | 1100100 | 11111 |
Color Harmonies of #2E009D
Complementary color
Monochromatic Colors of #2E009D
Black with #2E009D
Text Example
Text Example
White with #2E009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E009D; }
p { color: rgb(46,0,157); }
H1.HeaderClassName
{
color: #2E009D;
}
.AnyTagClassName
{
color: #2E009D;
}
</style>
background-color css
<style>
a { background-color: #2E009D; }
a { background-color: rgb(46,0,157); }
div.DivClassName
{
background-color: #2E009D;
}
.BgClassName
{
background-color: #2E009D;
}
</style>
border-color css
<style>
span { border-color: #2E009D; }
span { border-color: rgb(46,0,157); }
td.TdClassName
{
border-color: #2E009D;
}
.TagClassName
{
border-color: #2E009D;
}
</style>