Shades of Ultramarine #2D18AA
Tints of Ultramarine #2D18AA
RGB
CMYK
RGB Variations
Color information
#2D18AA (or 0x2D18AA) is known color: Ultramarine. HEX triplet: 2D, 18 and AA. RGB value is (45,24,170). Sum of RGB (Red+Green+Blue) = 45+24+170=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 170 (66.80% from 255 or 71.13% from 239); Max value from RGB is 170 - color contains mainly: blue. Hex color #2D18AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D18AA is #D2E755. Grayscale: #2E2E2E. Windows color (decimal): -13821782 or 11147309. OLE color: 11147309.
HSL color Cylindrical-coordinate representation of color #2D18AA: hue angle of 248.63º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D18AA is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 24 | 170 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.33 |
| HSL | 248.63º | 0.75% | 0.38% | - |
| HSV(B) | 248.63º | 0.86% | 0.67% | - |
| XYZ | 8.66 | 4.11 | 38.37 | - |
| YUV | 46.92 | 197.46 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 24 | 170 | 0.74 | 0.86 | 0 | 0.33 | 248.63 | 0.75 | 0.38 |
| Hex | 2D | 18 | AA | 4A | 56 | 0 | 21 | F9 | 4B | 26 |
| Octal | 55 | 30 | 252 | 112 | 126 | 0 | 41 | 371 | 113 | 46 |
| Binary | 101101 | 11000 | 10101010 | 1001010 | 1010110 | 0 | 100001 | 11111001 | 1001011 | 100110 |
Color Harmonies of #2D18AA
Complementary color
Monochromatic Colors of #2D18AA
Black with #2D18AA
Text Example
Text Example
White with #2D18AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D18AA; }
p { color: rgb(45,24,170); }
H1.HeaderClassName
{
color: #2D18AA;
}
.AnyTagClassName
{
color: #2D18AA;
}
</style>
background-color css
<style>
a { background-color: #2D18AA; }
a { background-color: rgb(45,24,170); }
div.DivClassName
{
background-color: #2D18AA;
}
.BgClassName
{
background-color: #2D18AA;
}
</style>
border-color css
<style>
span { border-color: #2D18AA; }
span { border-color: rgb(45,24,170); }
td.TdClassName
{
border-color: #2D18AA;
}
.TagClassName
{
border-color: #2D18AA;
}
</style>