Shades of Ultramarine #2D12AD
Tints of Ultramarine #2D12AD
RGB
CMYK
RGB Variations
Color information
#2D12AD (or 0x2D12AD) is known color: Ultramarine. HEX triplet: 2D, 12 and AD. RGB value is (45,18,173). Sum of RGB (Red+Green+Blue) = 45+18+173=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 173 (67.97% from 255 or 73.31% from 236); Max value from RGB is 173 - color contains mainly: blue. Hex color #2D12AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D12AD is #D2ED52. Grayscale: #2B2B2B. Windows color (decimal): -13823315 or 11342381. OLE color: 11342381.
HSL color Cylindrical-coordinate representation of color #2D12AD: hue angle of 250.45º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D12AD is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 18 | 173 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.32 |
| HSL | 250.45º | 0.81% | 0.37% | - |
| HSV(B) | 250.45º | 0.9% | 0.68% | - |
| XYZ | 8.84 | 4.01 | 39.84 | - |
| YUV | 43.74 | 200.95 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 18 | 173 | 0.74 | 0.90 | 0 | 0.32 | 250.45 | 0.81 | 0.37 |
| Hex | 2D | 12 | AD | 4A | 5A | 0 | 20 | FA | 51 | 25 |
| Octal | 55 | 22 | 255 | 112 | 132 | 0 | 40 | 372 | 121 | 45 |
| Binary | 101101 | 10010 | 10101101 | 1001010 | 1011010 | 0 | 100000 | 11111010 | 1010001 | 100101 |
Color Harmonies of #2D12AD
Complementary color
Monochromatic Colors of #2D12AD
Black with #2D12AD
Text Example
Text Example
White with #2D12AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D12AD; }
p { color: rgb(45,18,173); }
H1.HeaderClassName
{
color: #2D12AD;
}
.AnyTagClassName
{
color: #2D12AD;
}
</style>
background-color css
<style>
a { background-color: #2D12AD; }
a { background-color: rgb(45,18,173); }
div.DivClassName
{
background-color: #2D12AD;
}
.BgClassName
{
background-color: #2D12AD;
}
</style>
border-color css
<style>
span { border-color: #2D12AD; }
span { border-color: rgb(45,18,173); }
td.TdClassName
{
border-color: #2D12AD;
}
.TagClassName
{
border-color: #2D12AD;
}
</style>