Shades of Ultramarine #2B00AB
Tints of Ultramarine #2B00AB
RGB
CMYK
RGB Variations
Color information
#2B00AB (or 0x2B00AB) is known color: Ultramarine. HEX triplet: 2B, 00 and AB. RGB value is (43,0,171). Sum of RGB (Red+Green+Blue) = 43+0+171=214 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.09% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 171 (67.19% from 255 or 79.91% from 214); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B00AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B00AB is #D4FF54. Grayscale: #1F1F1F. Windows color (decimal): -13958997 or 11206699. OLE color: 11206699.
HSL color Cylindrical-coordinate representation of color #2B00AB: hue angle of 255.09º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B00AB is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 0 | 171 | - |
| CMYK | 0.75 | 1 | 0 | 0.33 |
| HSL | 255.09º | 1% | 0.34% | - |
| HSV(B) | 255.09º | 1% | 0.67% | - |
| XYZ | 8.35 | 3.45 | 38.75 | - |
| YUV | 32.35 | 206.25 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 171 | 0.75 | 1 | 0 | 0.33 | 255.09 | 1 | 0.34 |
| Hex | 2B | 0 | AB | 4B | 64 | 0 | 21 | FF | 64 | 22 |
| Octal | 53 | 0 | 253 | 113 | 144 | 0 | 41 | 377 | 144 | 42 |
| Binary | 101011 | 0 | 10101011 | 1001011 | 1100100 | 0 | 100001 | 11111111 | 1100100 | 100010 |
Color Harmonies of #2B00AB
Complementary color
Monochromatic Colors of #2B00AB
Black with #2B00AB
Text Example
Text Example
White with #2B00AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B00AB; }
p { color: rgb(43,0,171); }
H1.HeaderClassName
{
color: #2B00AB;
}
.AnyTagClassName
{
color: #2B00AB;
}
</style>
background-color css
<style>
a { background-color: #2B00AB; }
a { background-color: rgb(43,0,171); }
div.DivClassName
{
background-color: #2B00AB;
}
.BgClassName
{
background-color: #2B00AB;
}
</style>
border-color css
<style>
span { border-color: #2B00AB; }
span { border-color: rgb(43,0,171); }
td.TdClassName
{
border-color: #2B00AB;
}
.TagClassName
{
border-color: #2B00AB;
}
</style>