Shades of Ultramarine #2D12AE
Tints of Ultramarine #2D12AE
RGB
CMYK
RGB Variations
Color information
#2D12AE (or 0x2D12AE) is known color: Ultramarine. HEX triplet: 2D, 12 and AE. RGB value is (45,18,174). Sum of RGB (Red+Green+Blue) = 45+18+174=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 174 (68.36% from 255 or 73.42% from 237); Max value from RGB is 174 - color contains mainly: blue. Hex color #2D12AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D12AE is #D2ED51. Grayscale: #2B2B2B. Windows color (decimal): -13823314 or 11407917. OLE color: 11407917.
HSL color Cylindrical-coordinate representation of color #2D12AE: hue angle of 250.38º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D12AE is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 18 | 174 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.32 |
| HSL | 250.38º | 0.81% | 0.38% | - |
| HSV(B) | 250.38º | 0.9% | 0.68% | - |
| XYZ | 8.94 | 4.05 | 40.35 | - |
| YUV | 43.86 | 201.45 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 18 | 174 | 0.74 | 0.90 | 0 | 0.32 | 250.38 | 0.81 | 0.38 |
| Hex | 2D | 12 | AE | 4A | 5A | 0 | 20 | FA | 51 | 26 |
| Octal | 55 | 22 | 256 | 112 | 132 | 0 | 40 | 372 | 121 | 46 |
| Binary | 101101 | 10010 | 10101110 | 1001010 | 1011010 | 0 | 100000 | 11111010 | 1010001 | 100110 |
Color Harmonies of #2D12AE
Complementary color
Monochromatic Colors of #2D12AE
Black with #2D12AE
Text Example
Text Example
White with #2D12AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D12AE; }
p { color: rgb(45,18,174); }
H1.HeaderClassName
{
color: #2D12AE;
}
.AnyTagClassName
{
color: #2D12AE;
}
</style>
background-color css
<style>
a { background-color: #2D12AE; }
a { background-color: rgb(45,18,174); }
div.DivClassName
{
background-color: #2D12AE;
}
.BgClassName
{
background-color: #2D12AE;
}
</style>
border-color css
<style>
span { border-color: #2D12AE; }
span { border-color: rgb(45,18,174); }
td.TdClassName
{
border-color: #2D12AE;
}
.TagClassName
{
border-color: #2D12AE;
}
</style>