Shades of Ultramarine #2E10AF
Tints of Ultramarine #2E10AF
RGB
CMYK
RGB Variations
Color information
#2E10AF (or 0x2E10AF) is known color: Ultramarine. HEX triplet: 2E, 10 and AF. RGB value is (46,16,175). Sum of RGB (Red+Green+Blue) = 46+16+175=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 175 (68.75% from 255 or 73.84% from 237); Max value from RGB is 175 - color contains mainly: blue. Hex color #2E10AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E10AF is #D1EF50. Grayscale: #2A2A2A. Windows color (decimal): -13758289 or 11472942. OLE color: 11472942.
HSL color Cylindrical-coordinate representation of color #2E10AF: hue angle of 251.32º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E10AF is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 16 | 175 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.31 |
| HSL | 251.32º | 0.83% | 0.37% | - |
| HSV(B) | 251.32º | 0.91% | 0.69% | - |
| XYZ | 9.05 | 4.05 | 40.86 | - |
| YUV | 43.1 | 202.44 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 16 | 175 | 0.74 | 0.91 | 0 | 0.31 | 251.32 | 0.83 | 0.37 |
| Hex | 2E | 10 | AF | 4A | 5B | 0 | 1F | FB | 53 | 25 |
| Octal | 56 | 20 | 257 | 112 | 133 | 0 | 37 | 373 | 123 | 45 |
| Binary | 101110 | 10000 | 10101111 | 1001010 | 1011011 | 0 | 11111 | 11111011 | 1010011 | 100101 |
Color Harmonies of #2E10AF
Complementary color
Monochromatic Colors of #2E10AF
Black with #2E10AF
Text Example
Text Example
White with #2E10AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E10AF; }
p { color: rgb(46,16,175); }
H1.HeaderClassName
{
color: #2E10AF;
}
.AnyTagClassName
{
color: #2E10AF;
}
</style>
background-color css
<style>
a { background-color: #2E10AF; }
a { background-color: rgb(46,16,175); }
div.DivClassName
{
background-color: #2E10AF;
}
.BgClassName
{
background-color: #2E10AF;
}
</style>
border-color css
<style>
span { border-color: #2E10AF; }
span { border-color: rgb(46,16,175); }
td.TdClassName
{
border-color: #2E10AF;
}
.TagClassName
{
border-color: #2E10AF;
}
</style>