Shades of Ultramarine #2D12A4
Tints of Ultramarine #2D12A4
RGB
CMYK
RGB Variations
Color information
#2D12A4 (or 0x2D12A4) is known color: Ultramarine. HEX triplet: 2D, 12 and A4. RGB value is (45,18,164). Sum of RGB (Red+Green+Blue) = 45+18+164=227 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.82% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 164 (64.45% from 255 or 72.25% from 227); Max value from RGB is 164 - color contains mainly: blue. Hex color #2D12A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D12A4 is #D2ED5B. Grayscale: #2A2A2A. Windows color (decimal): -13823324 or 10752557. OLE color: 10752557.
HSL color Cylindrical-coordinate representation of color #2D12A4: hue angle of 251.1º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D12A4 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 18 | 164 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.36 |
| HSL | 251.1º | 0.8% | 0.36% | - |
| HSV(B) | 251.1º | 0.89% | 0.64% | - |
| XYZ | 8 | 3.67 | 35.41 | - |
| YUV | 42.72 | 196.45 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 18 | 164 | 0.73 | 0.89 | 0 | 0.36 | 251.1 | 0.8 | 0.36 |
| Hex | 2D | 12 | A4 | 49 | 59 | 0 | 24 | FB | 50 | 24 |
| Octal | 55 | 22 | 244 | 111 | 131 | 0 | 44 | 373 | 120 | 44 |
| Binary | 101101 | 10010 | 10100100 | 1001001 | 1011001 | 0 | 100100 | 11111011 | 1010000 | 100100 |
Color Harmonies of #2D12A4
Complementary color
Monochromatic Colors of #2D12A4
Black with #2D12A4
Text Example
Text Example
White with #2D12A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D12A4; }
p { color: rgb(45,18,164); }
H1.HeaderClassName
{
color: #2D12A4;
}
.AnyTagClassName
{
color: #2D12A4;
}
</style>
background-color css
<style>
a { background-color: #2D12A4; }
a { background-color: rgb(45,18,164); }
div.DivClassName
{
background-color: #2D12A4;
}
.BgClassName
{
background-color: #2D12A4;
}
</style>
border-color css
<style>
span { border-color: #2D12A4; }
span { border-color: rgb(45,18,164); }
td.TdClassName
{
border-color: #2D12A4;
}
.TagClassName
{
border-color: #2D12A4;
}
</style>