Shades of Ultramarine #2B0FAB
Tints of Ultramarine #2B0FAB
RGB
CMYK
RGB Variations
Color information
#2B0FAB (or 0x2B0FAB) is known color: Ultramarine. HEX triplet: 2B, 0F and AB. RGB value is (43,15,171). Sum of RGB (Red+Green+Blue) = 43+15+171=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 171 (67.19% from 255 or 74.67% from 229); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B0FAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0FAB is #D4F054. Grayscale: #282828. Windows color (decimal): -13955157 or 11210539. OLE color: 11210539.
HSL color Cylindrical-coordinate representation of color #2B0FAB: hue angle of 250.77º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B0FAB is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 15 | 171 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.33 |
| HSL | 250.77º | 0.84% | 0.36% | - |
| HSV(B) | 250.77º | 0.91% | 0.67% | - |
| XYZ | 8.52 | 3.8 | 38.81 | - |
| YUV | 41.16 | 201.28 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 15 | 171 | 0.75 | 0.91 | 0 | 0.33 | 250.77 | 0.84 | 0.36 |
| Hex | 2B | F | AB | 4B | 5B | 0 | 21 | FB | 54 | 24 |
| Octal | 53 | 17 | 253 | 113 | 133 | 0 | 41 | 373 | 124 | 44 |
| Binary | 101011 | 1111 | 10101011 | 1001011 | 1011011 | 0 | 100001 | 11111011 | 1010100 | 100100 |
Color Harmonies of #2B0FAB
Complementary color
Monochromatic Colors of #2B0FAB
Black with #2B0FAB
Text Example
Text Example
White with #2B0FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0FAB; }
p { color: rgb(43,15,171); }
H1.HeaderClassName
{
color: #2B0FAB;
}
.AnyTagClassName
{
color: #2B0FAB;
}
</style>
background-color css
<style>
a { background-color: #2B0FAB; }
a { background-color: rgb(43,15,171); }
div.DivClassName
{
background-color: #2B0FAB;
}
.BgClassName
{
background-color: #2B0FAB;
}
</style>
border-color css
<style>
span { border-color: #2B0FAB; }
span { border-color: rgb(43,15,171); }
td.TdClassName
{
border-color: #2B0FAB;
}
.TagClassName
{
border-color: #2B0FAB;
}
</style>