Shades of Ultramarine #2E12AF
Tints of Ultramarine #2E12AF
RGB
CMYK
RGB Variations
Color information
#2E12AF (or 0x2E12AF) is known color: Ultramarine. HEX triplet: 2E, 12 and AF. RGB value is (46,18,175). Sum of RGB (Red+Green+Blue) = 46+18+175=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 175 (68.75% from 255 or 73.22% from 239); Max value from RGB is 175 - color contains mainly: blue. Hex color #2E12AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E12AF is #D1ED50. Grayscale: #2B2B2B. Windows color (decimal): -13757777 or 11473454. OLE color: 11473454.
HSL color Cylindrical-coordinate representation of color #2E12AF: hue angle of 250.7º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E12AF is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 18 | 175 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.31 |
| HSL | 250.7º | 0.81% | 0.38% | - |
| HSV(B) | 250.7º | 0.9% | 0.69% | - |
| XYZ | 9.08 | 4.11 | 40.87 | - |
| YUV | 44.27 | 201.78 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 18 | 175 | 0.74 | 0.90 | 0 | 0.31 | 250.7 | 0.81 | 0.38 |
| Hex | 2E | 12 | AF | 4A | 5A | 0 | 1F | FB | 51 | 26 |
| Octal | 56 | 22 | 257 | 112 | 132 | 0 | 37 | 373 | 121 | 46 |
| Binary | 101110 | 10010 | 10101111 | 1001010 | 1011010 | 0 | 11111 | 11111011 | 1010001 | 100110 |
Color Harmonies of #2E12AF
Complementary color
Monochromatic Colors of #2E12AF
Black with #2E12AF
Text Example
Text Example
White with #2E12AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E12AF; }
p { color: rgb(46,18,175); }
H1.HeaderClassName
{
color: #2E12AF;
}
.AnyTagClassName
{
color: #2E12AF;
}
</style>
background-color css
<style>
a { background-color: #2E12AF; }
a { background-color: rgb(46,18,175); }
div.DivClassName
{
background-color: #2E12AF;
}
.BgClassName
{
background-color: #2E12AF;
}
</style>
border-color css
<style>
span { border-color: #2E12AF; }
span { border-color: rgb(46,18,175); }
td.TdClassName
{
border-color: #2E12AF;
}
.TagClassName
{
border-color: #2E12AF;
}
</style>