Shades of Ultramarine #2D12AF
Tints of Ultramarine #2D12AF
RGB
CMYK
RGB Variations
Color information
#2D12AF (or 0x2D12AF) is known color: Ultramarine. HEX triplet: 2D, 12 and AF. RGB value is (45,18,175). Sum of RGB (Red+Green+Blue) = 45+18+175=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 175 (68.75% from 255 or 73.53% from 238); Max value from RGB is 175 - color contains mainly: blue. Hex color #2D12AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D12AF is #D2ED50. Grayscale: #2B2B2B. Windows color (decimal): -13823313 or 11473453. OLE color: 11473453.
HSL color Cylindrical-coordinate representation of color #2D12AF: hue angle of 250.32º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D12AF is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 18 | 175 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.31 |
| HSL | 250.32º | 0.81% | 0.38% | - |
| HSV(B) | 250.32º | 0.9% | 0.69% | - |
| XYZ | 9.04 | 4.09 | 40.87 | - |
| YUV | 43.97 | 201.95 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 18 | 175 | 0.74 | 0.90 | 0 | 0.31 | 250.32 | 0.81 | 0.38 |
| Hex | 2D | 12 | AF | 4A | 5A | 0 | 1F | FA | 51 | 26 |
| Octal | 55 | 22 | 257 | 112 | 132 | 0 | 37 | 372 | 121 | 46 |
| Binary | 101101 | 10010 | 10101111 | 1001010 | 1011010 | 0 | 11111 | 11111010 | 1010001 | 100110 |
Color Harmonies of #2D12AF
Complementary color
Monochromatic Colors of #2D12AF
Black with #2D12AF
Text Example
Text Example
White with #2D12AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D12AF; }
p { color: rgb(45,18,175); }
H1.HeaderClassName
{
color: #2D12AF;
}
.AnyTagClassName
{
color: #2D12AF;
}
</style>
background-color css
<style>
a { background-color: #2D12AF; }
a { background-color: rgb(45,18,175); }
div.DivClassName
{
background-color: #2D12AF;
}
.BgClassName
{
background-color: #2D12AF;
}
</style>
border-color css
<style>
span { border-color: #2D12AF; }
span { border-color: rgb(45,18,175); }
td.TdClassName
{
border-color: #2D12AF;
}
.TagClassName
{
border-color: #2D12AF;
}
</style>