Shades of Ultramarine #2D09AB
Tints of Ultramarine #2D09AB
RGB
CMYK
RGB Variations
Color information
#2D09AB (or 0x2D09AB) is known color: Ultramarine. HEX triplet: 2D, 09 and AB. RGB value is (45,9,171). Sum of RGB (Red+Green+Blue) = 45+9+171=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 171 (67.19% from 255 or 76% from 225); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D09AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D09AB is #D2F654. Grayscale: #252525. Windows color (decimal): -13825621 or 11209005. OLE color: 11209005.
HSL color Cylindrical-coordinate representation of color #2D09AB: hue angle of 253.33º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D09AB is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 9 | 171 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.33 |
| HSL | 253.33º | 0.9% | 0.35% | - |
| HSV(B) | 253.33º | 0.95% | 0.67% | - |
| XYZ | 8.53 | 3.69 | 38.79 | - |
| YUV | 38.23 | 202.93 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 9 | 171 | 0.74 | 0.95 | 0 | 0.33 | 253.33 | 0.9 | 0.35 |
| Hex | 2D | 9 | AB | 4A | 5F | 0 | 21 | FD | 5A | 23 |
| Octal | 55 | 11 | 253 | 112 | 137 | 0 | 41 | 375 | 132 | 43 |
| Binary | 101101 | 1001 | 10101011 | 1001010 | 1011111 | 0 | 100001 | 11111101 | 1011010 | 100011 |
Color Harmonies of #2D09AB
Complementary color
Monochromatic Colors of #2D09AB
Black with #2D09AB
Text Example
Text Example
White with #2D09AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D09AB; }
p { color: rgb(45,9,171); }
H1.HeaderClassName
{
color: #2D09AB;
}
.AnyTagClassName
{
color: #2D09AB;
}
</style>
background-color css
<style>
a { background-color: #2D09AB; }
a { background-color: rgb(45,9,171); }
div.DivClassName
{
background-color: #2D09AB;
}
.BgClassName
{
background-color: #2D09AB;
}
</style>
border-color css
<style>
span { border-color: #2D09AB; }
span { border-color: rgb(45,9,171); }
td.TdClassName
{
border-color: #2D09AB;
}
.TagClassName
{
border-color: #2D09AB;
}
</style>