Shades of Ultramarine #2B02AD
Tints of Ultramarine #2B02AD
RGB
CMYK
RGB Variations
Color information
#2B02AD (or 0x2B02AD) is known color: Ultramarine. HEX triplet: 2B, 02 and AD. RGB value is (43,2,173). Sum of RGB (Red+Green+Blue) = 43+2+173=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 173 (67.97% from 255 or 79.36% from 218); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B02AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B02AD is #D4FD52. Grayscale: #212121. Windows color (decimal): -13958483 or 11338283. OLE color: 11338283.
HSL color Cylindrical-coordinate representation of color #2B02AD: hue angle of 254.39º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B02AD is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 2 | 173 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.32 |
| HSL | 254.39º | 0.98% | 0.34% | - |
| HSV(B) | 254.39º | 0.99% | 0.68% | - |
| XYZ | 8.56 | 3.57 | 39.77 | - |
| YUV | 33.75 | 206.58 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 2 | 173 | 0.75 | 0.99 | 0 | 0.32 | 254.39 | 0.98 | 0.34 |
| Hex | 2B | 2 | AD | 4B | 63 | 0 | 20 | FE | 62 | 22 |
| Octal | 53 | 2 | 255 | 113 | 143 | 0 | 40 | 376 | 142 | 42 |
| Binary | 101011 | 10 | 10101101 | 1001011 | 1100011 | 0 | 100000 | 11111110 | 1100010 | 100010 |
Color Harmonies of #2B02AD
Complementary color
Monochromatic Colors of #2B02AD
Black with #2B02AD
Text Example
Text Example
White with #2B02AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B02AD; }
p { color: rgb(43,2,173); }
H1.HeaderClassName
{
color: #2B02AD;
}
.AnyTagClassName
{
color: #2B02AD;
}
</style>
background-color css
<style>
a { background-color: #2B02AD; }
a { background-color: rgb(43,2,173); }
div.DivClassName
{
background-color: #2B02AD;
}
.BgClassName
{
background-color: #2B02AD;
}
</style>
border-color css
<style>
span { border-color: #2B02AD; }
span { border-color: rgb(43,2,173); }
td.TdClassName
{
border-color: #2B02AD;
}
.TagClassName
{
border-color: #2B02AD;
}
</style>