Shades of Ultramarine #2D06AB
Tints of Ultramarine #2D06AB
RGB
CMYK
RGB Variations
Color information
#2D06AB (or 0x2D06AB) is known color: Ultramarine. HEX triplet: 2D, 06 and AB. RGB value is (45,6,171). Sum of RGB (Red+Green+Blue) = 45+6+171=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 171 (67.19% from 255 or 77.03% from 222); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D06AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D06AB is #D2F954. Grayscale: #232323. Windows color (decimal): -13826389 or 11208237. OLE color: 11208237.
HSL color Cylindrical-coordinate representation of color #2D06AB: hue angle of 254.18º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D06AB is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 6 | 171 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.33 |
| HSL | 254.18º | 0.93% | 0.35% | - |
| HSV(B) | 254.18º | 0.96% | 0.67% | - |
| XYZ | 8.5 | 3.63 | 38.78 | - |
| YUV | 36.47 | 203.92 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 6 | 171 | 0.74 | 0.96 | 0 | 0.33 | 254.18 | 0.93 | 0.35 |
| Hex | 2D | 6 | AB | 4A | 60 | 0 | 21 | FE | 5D | 23 |
| Octal | 55 | 6 | 253 | 112 | 140 | 0 | 41 | 376 | 135 | 43 |
| Binary | 101101 | 110 | 10101011 | 1001010 | 1100000 | 0 | 100001 | 11111110 | 1011101 | 100011 |
Color Harmonies of #2D06AB
Complementary color
Monochromatic Colors of #2D06AB
Black with #2D06AB
Text Example
Text Example
White with #2D06AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D06AB; }
p { color: rgb(45,6,171); }
H1.HeaderClassName
{
color: #2D06AB;
}
.AnyTagClassName
{
color: #2D06AB;
}
</style>
background-color css
<style>
a { background-color: #2D06AB; }
a { background-color: rgb(45,6,171); }
div.DivClassName
{
background-color: #2D06AB;
}
.BgClassName
{
background-color: #2D06AB;
}
</style>
border-color css
<style>
span { border-color: #2D06AB; }
span { border-color: rgb(45,6,171); }
td.TdClassName
{
border-color: #2D06AB;
}
.TagClassName
{
border-color: #2D06AB;
}
</style>