Shades of Ultramarine #2E09BA
Tints of Ultramarine #2E09BA
RGB
CMYK
RGB Variations
Color information
#2E09BA (or 0x2E09BA) is known color: Ultramarine. HEX triplet: 2E, 09 and BA. RGB value is (46,9,186). Sum of RGB (Red+Green+Blue) = 46+9+186=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 186 (73.05% from 255 or 77.18% from 241); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E09BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E09BA is #D1F645. Grayscale: #272727. Windows color (decimal): -13760070 or 12192046. OLE color: 12192046.
HSL color Cylindrical-coordinate representation of color #2E09BA: hue angle of 252.54º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E09BA is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 9 | 186 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.27 |
| HSL | 252.54º | 0.91% | 0.38% | - |
| HSV(B) | 252.54º | 0.95% | 0.73% | - |
| XYZ | 10.09 | 4.32 | 46.76 | - |
| YUV | 40.24 | 210.26 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 9 | 186 | 0.75 | 0.95 | 0 | 0.27 | 252.54 | 0.91 | 0.38 |
| Hex | 2E | 9 | BA | 4B | 5F | 0 | 1B | FD | 5B | 26 |
| Octal | 56 | 11 | 272 | 113 | 137 | 0 | 33 | 375 | 133 | 46 |
| Binary | 101110 | 1001 | 10111010 | 1001011 | 1011111 | 0 | 11011 | 11111101 | 1011011 | 100110 |
Color Harmonies of #2E09BA
Complementary color
Monochromatic Colors of #2E09BA
Black with #2E09BA
Text Example
Text Example
White with #2E09BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E09BA; }
p { color: rgb(46,9,186); }
H1.HeaderClassName
{
color: #2E09BA;
}
.AnyTagClassName
{
color: #2E09BA;
}
</style>
background-color css
<style>
a { background-color: #2E09BA; }
a { background-color: rgb(46,9,186); }
div.DivClassName
{
background-color: #2E09BA;
}
.BgClassName
{
background-color: #2E09BA;
}
</style>
border-color css
<style>
span { border-color: #2E09BA; }
span { border-color: rgb(46,9,186); }
td.TdClassName
{
border-color: #2E09BA;
}
.TagClassName
{
border-color: #2E09BA;
}
</style>