Shades of Ultramarine #2D0AAF
Tints of Ultramarine #2D0AAF
RGB
CMYK
RGB Variations
Color information
#2D0AAF (or 0x2D0AAF) is known color: Ultramarine. HEX triplet: 2D, 0A and AF. RGB value is (45,10,175). Sum of RGB (Red+Green+Blue) = 45+10+175=230 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.57% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 175 (68.75% from 255 or 76.09% from 230); Max value from RGB is 175 - color contains mainly: blue. Hex color #2D0AAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0AAF is #D2F550. Grayscale: #262626. Windows color (decimal): -13825361 or 11471405. OLE color: 11471405.
HSL color Cylindrical-coordinate representation of color #2D0AAF: hue angle of 252.73º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0AAF is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 10 | 175 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.31 |
| HSL | 252.73º | 0.89% | 0.36% | - |
| HSV(B) | 252.73º | 0.94% | 0.69% | - |
| XYZ | 8.93 | 3.87 | 40.83 | - |
| YUV | 39.28 | 204.6 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 10 | 175 | 0.74 | 0.94 | 0 | 0.31 | 252.73 | 0.89 | 0.36 |
| Hex | 2D | A | AF | 4A | 5E | 0 | 1F | FD | 59 | 24 |
| Octal | 55 | 12 | 257 | 112 | 136 | 0 | 37 | 375 | 131 | 44 |
| Binary | 101101 | 1010 | 10101111 | 1001010 | 1011110 | 0 | 11111 | 11111101 | 1011001 | 100100 |
Color Harmonies of #2D0AAF
Complementary color
Monochromatic Colors of #2D0AAF
Black with #2D0AAF
Text Example
Text Example
White with #2D0AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0AAF; }
p { color: rgb(45,10,175); }
H1.HeaderClassName
{
color: #2D0AAF;
}
.AnyTagClassName
{
color: #2D0AAF;
}
</style>
background-color css
<style>
a { background-color: #2D0AAF; }
a { background-color: rgb(45,10,175); }
div.DivClassName
{
background-color: #2D0AAF;
}
.BgClassName
{
background-color: #2D0AAF;
}
</style>
border-color css
<style>
span { border-color: #2D0AAF; }
span { border-color: rgb(45,10,175); }
td.TdClassName
{
border-color: #2D0AAF;
}
.TagClassName
{
border-color: #2D0AAF;
}
</style>