Shades of Ultramarine #2E169A
Tints of Ultramarine #2E169A
RGB
CMYK
RGB Variations
Color information
#2E169A (or 0x2E169A) is known color: Ultramarine. HEX triplet: 2E, 16 and 9A. RGB value is (46,22,154). Sum of RGB (Red+Green+Blue) = 46+22+154=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 154 (60.55% from 255 or 69.37% from 222); Max value from RGB is 154 - color contains mainly: blue. Hex color #2E169A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E169A is #D1E965. Grayscale: #2B2B2B. Windows color (decimal): -13756774 or 10098222. OLE color: 10098222.
HSL color Cylindrical-coordinate representation of color #2E169A: hue angle of 250.91º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E169A is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 46 | 22 | 154 | - |
| CMYK | 0.70 | 0.86 | 0 | 0.40 |
| HSL | 250.91º | 0.75% | 0.35% | - |
| HSV(B) | 250.91º | 0.86% | 0.6% | - |
| XYZ | 7.25 | 3.49 | 30.86 | - |
| YUV | 44.22 | 189.95 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 154 | 0.70 | 0.86 | 0 | 0.40 | 250.91 | 0.75 | 0.35 |
| Hex | 2E | 16 | 9A | 46 | 56 | 0 | 28 | FB | 4B | 23 |
| Octal | 56 | 26 | 232 | 106 | 126 | 0 | 50 | 373 | 113 | 43 |
| Binary | 101110 | 10110 | 10011010 | 1000110 | 1010110 | 0 | 101000 | 11111011 | 1001011 | 100011 |
Color Harmonies of #2E169A
Complementary color
Monochromatic Colors of #2E169A
Black with #2E169A
Text Example
Text Example
White with #2E169A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E169A; }
p { color: rgb(46,22,154); }
H1.HeaderClassName
{
color: #2E169A;
}
.AnyTagClassName
{
color: #2E169A;
}
</style>
background-color css
<style>
a { background-color: #2E169A; }
a { background-color: rgb(46,22,154); }
div.DivClassName
{
background-color: #2E169A;
}
.BgClassName
{
background-color: #2E169A;
}
</style>
border-color css
<style>
span { border-color: #2E169A; }
span { border-color: rgb(46,22,154); }
td.TdClassName
{
border-color: #2E169A;
}
.TagClassName
{
border-color: #2E169A;
}
</style>