Shades of Ultramarine #2B02A7
Tints of Ultramarine #2B02A7
RGB
CMYK
RGB Variations
Color information
#2B02A7 (or 0x2B02A7) is known color: Ultramarine. HEX triplet: 2B, 02 and A7. RGB value is (43,2,167). Sum of RGB (Red+Green+Blue) = 43+2+167=212 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.28% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 167 (65.62% from 255 or 78.77% from 212); Max value from RGB is 167 - color contains mainly: blue. Hex color #2B02A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B02A7 is #D4FD58. Grayscale: #202020. Windows color (decimal): -13958489 or 10945067. OLE color: 10945067.
HSL color Cylindrical-coordinate representation of color #2B02A7: hue angle of 254.91º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B02A7 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 2 | 167 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.35 |
| HSL | 254.91º | 0.98% | 0.33% | - |
| HSV(B) | 254.91º | 0.99% | 0.65% | - |
| XYZ | 7.99 | 3.35 | 36.78 | - |
| YUV | 33.07 | 203.58 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 2 | 167 | 0.74 | 0.99 | 0 | 0.35 | 254.91 | 0.98 | 0.33 |
| Hex | 2B | 2 | A7 | 4A | 63 | 0 | 23 | FF | 62 | 21 |
| Octal | 53 | 2 | 247 | 112 | 143 | 0 | 43 | 377 | 142 | 41 |
| Binary | 101011 | 10 | 10100111 | 1001010 | 1100011 | 0 | 100011 | 11111111 | 1100010 | 100001 |
Color Harmonies of #2B02A7
Complementary color
Monochromatic Colors of #2B02A7
Black with #2B02A7
Text Example
Text Example
White with #2B02A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B02A7; }
p { color: rgb(43,2,167); }
H1.HeaderClassName
{
color: #2B02A7;
}
.AnyTagClassName
{
color: #2B02A7;
}
</style>
background-color css
<style>
a { background-color: #2B02A7; }
a { background-color: rgb(43,2,167); }
div.DivClassName
{
background-color: #2B02A7;
}
.BgClassName
{
background-color: #2B02A7;
}
</style>
border-color css
<style>
span { border-color: #2B02A7; }
span { border-color: rgb(43,2,167); }
td.TdClassName
{
border-color: #2B02A7;
}
.TagClassName
{
border-color: #2B02A7;
}
</style>