Shades of Ultramarine #2E05AD
Tints of Ultramarine #2E05AD
RGB
CMYK
RGB Variations
Color information
#2E05AD (or 0x2E05AD) is known color: Ultramarine. HEX triplet: 2E, 05 and AD. RGB value is (46,5,173). Sum of RGB (Red+Green+Blue) = 46+5+173=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 173 (67.97% from 255 or 77.23% from 224); Max value from RGB is 173 - color contains mainly: blue. Hex color #2E05AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E05AD is #D1FA52. Grayscale: #232323. Windows color (decimal): -13761107 or 11339054. OLE color: 11339054.
HSL color Cylindrical-coordinate representation of color #2E05AD: hue angle of 254.64º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E05AD is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 5 | 173 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.32 |
| HSL | 254.64º | 0.94% | 0.35% | - |
| HSV(B) | 254.64º | 0.97% | 0.68% | - |
| XYZ | 8.72 | 3.71 | 39.79 | - |
| YUV | 36.41 | 205.08 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 5 | 173 | 0.73 | 0.97 | 0 | 0.32 | 254.64 | 0.94 | 0.35 |
| Hex | 2E | 5 | AD | 49 | 61 | 0 | 20 | FF | 5E | 23 |
| Octal | 56 | 5 | 255 | 111 | 141 | 0 | 40 | 377 | 136 | 43 |
| Binary | 101110 | 101 | 10101101 | 1001001 | 1100001 | 0 | 100000 | 11111111 | 1011110 | 100011 |
Color Harmonies of #2E05AD
Complementary color
Monochromatic Colors of #2E05AD
Black with #2E05AD
Text Example
Text Example
White with #2E05AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E05AD; }
p { color: rgb(46,5,173); }
H1.HeaderClassName
{
color: #2E05AD;
}
.AnyTagClassName
{
color: #2E05AD;
}
</style>
background-color css
<style>
a { background-color: #2E05AD; }
a { background-color: rgb(46,5,173); }
div.DivClassName
{
background-color: #2E05AD;
}
.BgClassName
{
background-color: #2E05AD;
}
</style>
border-color css
<style>
span { border-color: #2E05AD; }
span { border-color: rgb(46,5,173); }
td.TdClassName
{
border-color: #2E05AD;
}
.TagClassName
{
border-color: #2E05AD;
}
</style>