Shades of Ultramarine #2D05AB
Tints of Ultramarine #2D05AB
RGB
CMYK
RGB Variations
Color information
#2D05AB (or 0x2D05AB) is known color: Ultramarine. HEX triplet: 2D, 05 and AB. RGB value is (45,5,171). Sum of RGB (Red+Green+Blue) = 45+5+171=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 171 (67.19% from 255 or 77.38% from 221); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D05AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D05AB is #D2FA54. Grayscale: #232323. Windows color (decimal): -13826645 or 11207981. OLE color: 11207981.
HSL color Cylindrical-coordinate representation of color #2D05AB: hue angle of 254.46º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D05AB is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 5 | 171 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.33 |
| HSL | 254.46º | 0.94% | 0.35% | - |
| HSV(B) | 254.46º | 0.97% | 0.67% | - |
| XYZ | 8.49 | 3.61 | 38.78 | - |
| YUV | 35.88 | 204.25 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 5 | 171 | 0.74 | 0.97 | 0 | 0.33 | 254.46 | 0.94 | 0.35 |
| Hex | 2D | 5 | AB | 4A | 61 | 0 | 21 | FE | 5E | 23 |
| Octal | 55 | 5 | 253 | 112 | 141 | 0 | 41 | 376 | 136 | 43 |
| Binary | 101101 | 101 | 10101011 | 1001010 | 1100001 | 0 | 100001 | 11111110 | 1011110 | 100011 |
Color Harmonies of #2D05AB
Complementary color
Monochromatic Colors of #2D05AB
Black with #2D05AB
Text Example
Text Example
White with #2D05AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D05AB; }
p { color: rgb(45,5,171); }
H1.HeaderClassName
{
color: #2D05AB;
}
.AnyTagClassName
{
color: #2D05AB;
}
</style>
background-color css
<style>
a { background-color: #2D05AB; }
a { background-color: rgb(45,5,171); }
div.DivClassName
{
background-color: #2D05AB;
}
.BgClassName
{
background-color: #2D05AB;
}
</style>
border-color css
<style>
span { border-color: #2D05AB; }
span { border-color: rgb(45,5,171); }
td.TdClassName
{
border-color: #2D05AB;
}
.TagClassName
{
border-color: #2D05AB;
}
</style>