Shades of Ultramarine #281BAB
Tints of Ultramarine #281BAB
RGB
CMYK
RGB Variations
Color information
#281BAB (or 0x281BAB) is known color: Ultramarine. HEX triplet: 28, 1B and AB. RGB value is (40,27,171). Sum of RGB (Red+Green+Blue) = 40+27+171=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #281BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281BAB is #D7E454. Grayscale: #2E2E2E. Windows color (decimal): -14148693 or 11213608. OLE color: 11213608.
HSL color Cylindrical-coordinate representation of color #281BAB: hue angle of 245.42º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #281BAB is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 27 | 171 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.33 |
| HSL | 245.42º | 0.73% | 0.39% | - |
| HSV(B) | 245.42º | 0.84% | 0.67% | - |
| XYZ | 8.62 | 4.18 | 38.88 | - |
| YUV | 47.3 | 197.81 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 171 | 0.77 | 0.84 | 0 | 0.33 | 245.42 | 0.73 | 0.39 |
| Hex | 28 | 1B | AB | 4D | 54 | 0 | 21 | F5 | 49 | 27 |
| Octal | 50 | 33 | 253 | 115 | 124 | 0 | 41 | 365 | 111 | 47 |
| Binary | 101000 | 11011 | 10101011 | 1001101 | 1010100 | 0 | 100001 | 11110101 | 1001001 | 100111 |
Color Harmonies of #281BAB
Complementary color
Monochromatic Colors of #281BAB
Black with #281BAB
Text Example
Text Example
White with #281BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281BAB; }
p { color: rgb(40,27,171); }
H1.HeaderClassName
{
color: #281BAB;
}
.AnyTagClassName
{
color: #281BAB;
}
</style>
background-color css
<style>
a { background-color: #281BAB; }
a { background-color: rgb(40,27,171); }
div.DivClassName
{
background-color: #281BAB;
}
.BgClassName
{
background-color: #281BAB;
}
</style>
border-color css
<style>
span { border-color: #281BAB; }
span { border-color: rgb(40,27,171); }
td.TdClassName
{
border-color: #281BAB;
}
.TagClassName
{
border-color: #281BAB;
}
</style>