Shades of Ultramarine #2E169F
Tints of Ultramarine #2E169F
RGB
CMYK
RGB Variations
Color information
#2E169F (or 0x2E169F) is known color: Ultramarine. HEX triplet: 2E, 16 and 9F. RGB value is (46,22,159). Sum of RGB (Red+Green+Blue) = 46+22+159=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #2E169F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E169F is #D1E960. Grayscale: #2C2C2C. Windows color (decimal): -13756769 or 10425902. OLE color: 10425902.
HSL color Cylindrical-coordinate representation of color #2E169F: hue angle of 250.51º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E169F is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 22 | 159 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.38 |
| HSL | 250.51º | 0.76% | 0.35% | - |
| HSV(B) | 250.51º | 0.86% | 0.62% | - |
| XYZ | 7.67 | 3.66 | 33.1 | - |
| YUV | 44.79 | 192.45 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 159 | 0.71 | 0.86 | 0 | 0.38 | 250.51 | 0.76 | 0.35 |
| Hex | 2E | 16 | 9F | 47 | 56 | 0 | 26 | FB | 4C | 23 |
| Octal | 56 | 26 | 237 | 107 | 126 | 0 | 46 | 373 | 114 | 43 |
| Binary | 101110 | 10110 | 10011111 | 1000111 | 1010110 | 0 | 100110 | 11111011 | 1001100 | 100011 |
Color Harmonies of #2E169F
Complementary color
Monochromatic Colors of #2E169F
Black with #2E169F
Text Example
Text Example
White with #2E169F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E169F; }
p { color: rgb(46,22,159); }
H1.HeaderClassName
{
color: #2E169F;
}
.AnyTagClassName
{
color: #2E169F;
}
</style>
background-color css
<style>
a { background-color: #2E169F; }
a { background-color: rgb(46,22,159); }
div.DivClassName
{
background-color: #2E169F;
}
.BgClassName
{
background-color: #2E169F;
}
</style>
border-color css
<style>
span { border-color: #2E169F; }
span { border-color: rgb(46,22,159); }
td.TdClassName
{
border-color: #2E169F;
}
.TagClassName
{
border-color: #2E169F;
}
</style>