Shades of Ultramarine #2D0FAC
Tints of Ultramarine #2D0FAC
RGB
CMYK
RGB Variations
Color information
#2D0FAC (or 0x2D0FAC) is known color: Ultramarine. HEX triplet: 2D, 0F and AC. RGB value is (45,15,172). Sum of RGB (Red+Green+Blue) = 45+15+172=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 172 (67.58% from 255 or 74.14% from 232); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D0FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0FAC is #D2F053. Grayscale: #292929. Windows color (decimal): -13824084 or 11276077. OLE color: 11276077.
HSL color Cylindrical-coordinate representation of color #2D0FAC: hue angle of 251.46º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D0FAC is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 15 | 172 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.33 |
| HSL | 251.47º | 0.84% | 0.37% | - |
| HSV(B) | 251.47º | 0.91% | 0.67% | - |
| XYZ | 8.7 | 3.88 | 39.32 | - |
| YUV | 41.87 | 201.44 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 15 | 172 | 0.74 | 0.91 | 0 | 0.33 | 251.47 | 0.84 | 0.37 |
| Hex | 2D | F | AC | 4A | 5B | 0 | 21 | FB | 54 | 25 |
| Octal | 55 | 17 | 254 | 112 | 133 | 0 | 41 | 373 | 124 | 45 |
| Binary | 101101 | 1111 | 10101100 | 1001010 | 1011011 | 0 | 100001 | 11111011 | 1010100 | 100101 |
Color Harmonies of #2D0FAC
Complementary color
Monochromatic Colors of #2D0FAC
Black with #2D0FAC
Text Example
Text Example
White with #2D0FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0FAC; }
p { color: rgb(45,15,172); }
H1.HeaderClassName
{
color: #2D0FAC;
}
.AnyTagClassName
{
color: #2D0FAC;
}
</style>
background-color css
<style>
a { background-color: #2D0FAC; }
a { background-color: rgb(45,15,172); }
div.DivClassName
{
background-color: #2D0FAC;
}
.BgClassName
{
background-color: #2D0FAC;
}
</style>
border-color css
<style>
span { border-color: #2D0FAC; }
span { border-color: rgb(45,15,172); }
td.TdClassName
{
border-color: #2D0FAC;
}
.TagClassName
{
border-color: #2D0FAC;
}
</style>