Shades of Ultramarine #2E18AA
Tints of Ultramarine #2E18AA
RGB
CMYK
RGB Variations
Color information
#2E18AA (or 0x2E18AA) is known color: Ultramarine. HEX triplet: 2E, 18 and AA. RGB value is (46,24,170). Sum of RGB (Red+Green+Blue) = 46+24+170=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 170 (66.80% from 255 or 70.83% from 240); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E18AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E18AA is #D1E755. Grayscale: #2E2E2E. Windows color (decimal): -13756246 or 11147310. OLE color: 11147310.
HSL color Cylindrical-coordinate representation of color #2E18AA: hue angle of 249.04º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E18AA is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 24 | 170 | - |
| CMYK | 0.73 | 0.86 | 0 | 0.33 |
| HSL | 249.04º | 0.75% | 0.38% | - |
| HSV(B) | 249.04º | 0.86% | 0.67% | - |
| XYZ | 8.71 | 4.14 | 38.37 | - |
| YUV | 47.22 | 197.29 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 24 | 170 | 0.73 | 0.86 | 0 | 0.33 | 249.04 | 0.75 | 0.38 |
| Hex | 2E | 18 | AA | 49 | 56 | 0 | 21 | F9 | 4B | 26 |
| Octal | 56 | 30 | 252 | 111 | 126 | 0 | 41 | 371 | 113 | 46 |
| Binary | 101110 | 11000 | 10101010 | 1001001 | 1010110 | 0 | 100001 | 11111001 | 1001011 | 100110 |
Color Harmonies of #2E18AA
Complementary color
Monochromatic Colors of #2E18AA
Black with #2E18AA
Text Example
Text Example
White with #2E18AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E18AA; }
p { color: rgb(46,24,170); }
H1.HeaderClassName
{
color: #2E18AA;
}
.AnyTagClassName
{
color: #2E18AA;
}
</style>
background-color css
<style>
a { background-color: #2E18AA; }
a { background-color: rgb(46,24,170); }
div.DivClassName
{
background-color: #2E18AA;
}
.BgClassName
{
background-color: #2E18AA;
}
</style>
border-color css
<style>
span { border-color: #2E18AA; }
span { border-color: rgb(46,24,170); }
td.TdClassName
{
border-color: #2E18AA;
}
.TagClassName
{
border-color: #2E18AA;
}
</style>