Shades of Ultramarine #2E07AC
Tints of Ultramarine #2E07AC
RGB
CMYK
RGB Variations
Color information
#2E07AC (or 0x2E07AC) is known color: Ultramarine. HEX triplet: 2E, 07 and AC. RGB value is (46,7,172). Sum of RGB (Red+Green+Blue) = 46+7+172=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 172 (67.58% from 255 or 76.44% from 225); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E07AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E07AC is #D1F853. Grayscale: #242424. Windows color (decimal): -13760596 or 11274030. OLE color: 11274030.
HSL color Cylindrical-coordinate representation of color #2E07AC: hue angle of 254.18º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E07AC is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 7 | 172 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.33 |
| HSL | 254.18º | 0.92% | 0.35% | - |
| HSV(B) | 254.18º | 0.96% | 0.67% | - |
| XYZ | 8.65 | 3.71 | 39.29 | - |
| YUV | 37.47 | 203.92 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 7 | 172 | 0.73 | 0.96 | 0 | 0.33 | 254.18 | 0.92 | 0.35 |
| Hex | 2E | 7 | AC | 49 | 60 | 0 | 21 | FE | 5C | 23 |
| Octal | 56 | 7 | 254 | 111 | 140 | 0 | 41 | 376 | 134 | 43 |
| Binary | 101110 | 111 | 10101100 | 1001001 | 1100000 | 0 | 100001 | 11111110 | 1011100 | 100011 |
Color Harmonies of #2E07AC
Complementary color
Monochromatic Colors of #2E07AC
Black with #2E07AC
Text Example
Text Example
White with #2E07AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E07AC; }
p { color: rgb(46,7,172); }
H1.HeaderClassName
{
color: #2E07AC;
}
.AnyTagClassName
{
color: #2E07AC;
}
</style>
background-color css
<style>
a { background-color: #2E07AC; }
a { background-color: rgb(46,7,172); }
div.DivClassName
{
background-color: #2E07AC;
}
.BgClassName
{
background-color: #2E07AC;
}
</style>
border-color css
<style>
span { border-color: #2E07AC; }
span { border-color: rgb(46,7,172); }
td.TdClassName
{
border-color: #2E07AC;
}
.TagClassName
{
border-color: #2E07AC;
}
</style>