Shades of Ultramarine #2E14AF
Tints of Ultramarine #2E14AF
RGB
CMYK
RGB Variations
Color information
#2E14AF (or 0x2E14AF) is known color: Ultramarine. HEX triplet: 2E, 14 and AF. RGB value is (46,20,175). Sum of RGB (Red+Green+Blue) = 46+20+175=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 175 (68.75% from 255 or 72.61% from 241); Max value from RGB is 175 - color contains mainly: blue. Hex color #2E14AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E14AF is #D1EB50. Grayscale: #2C2C2C. Windows color (decimal): -13757265 or 11473966. OLE color: 11473966.
HSL color Cylindrical-coordinate representation of color #2E14AF: hue angle of 250.06º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E14AF is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 20 | 175 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.31 |
| HSL | 250.06º | 0.79% | 0.38% | - |
| HSV(B) | 250.06º | 0.89% | 0.69% | - |
| XYZ | 9.11 | 4.18 | 40.88 | - |
| YUV | 45.44 | 201.11 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 20 | 175 | 0.74 | 0.89 | 0 | 0.31 | 250.06 | 0.79 | 0.38 |
| Hex | 2E | 14 | AF | 4A | 59 | 0 | 1F | FA | 4F | 26 |
| Octal | 56 | 24 | 257 | 112 | 131 | 0 | 37 | 372 | 117 | 46 |
| Binary | 101110 | 10100 | 10101111 | 1001010 | 1011001 | 0 | 11111 | 11111010 | 1001111 | 100110 |
Color Harmonies of #2E14AF
Complementary color
Monochromatic Colors of #2E14AF
Black with #2E14AF
Text Example
Text Example
White with #2E14AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E14AF; }
p { color: rgb(46,20,175); }
H1.HeaderClassName
{
color: #2E14AF;
}
.AnyTagClassName
{
color: #2E14AF;
}
</style>
background-color css
<style>
a { background-color: #2E14AF; }
a { background-color: rgb(46,20,175); }
div.DivClassName
{
background-color: #2E14AF;
}
.BgClassName
{
background-color: #2E14AF;
}
</style>
border-color css
<style>
span { border-color: #2E14AF; }
span { border-color: rgb(46,20,175); }
td.TdClassName
{
border-color: #2E14AF;
}
.TagClassName
{
border-color: #2E14AF;
}
</style>