Shades of Ultramarine #281AAB
Tints of Ultramarine #281AAB
RGB
CMYK
RGB Variations
Color information
#281AAB (or 0x281AAB) is known color: Ultramarine. HEX triplet: 28, 1A and AB. RGB value is (40,26,171). Sum of RGB (Red+Green+Blue) = 40+26+171=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 171 (67.19% from 255 or 72.15% from 237); Max value from RGB is 171 - color contains mainly: blue. Hex color #281AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281AAB is #D7E554. Grayscale: #2E2E2E. Windows color (decimal): -14148949 or 11213352. OLE color: 11213352.
HSL color Cylindrical-coordinate representation of color #281AAB: hue angle of 245.79º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281AAB is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 26 | 171 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.33 |
| HSL | 245.79º | 0.74% | 0.39% | - |
| HSV(B) | 245.79º | 0.85% | 0.67% | - |
| XYZ | 8.6 | 4.13 | 38.87 | - |
| YUV | 46.72 | 198.14 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 171 | 0.77 | 0.85 | 0 | 0.33 | 245.79 | 0.74 | 0.39 |
| Hex | 28 | 1A | AB | 4D | 55 | 0 | 21 | F6 | 4A | 27 |
| Octal | 50 | 32 | 253 | 115 | 125 | 0 | 41 | 366 | 112 | 47 |
| Binary | 101000 | 11010 | 10101011 | 1001101 | 1010101 | 0 | 100001 | 11110110 | 1001010 | 100111 |
Color Harmonies of #281AAB
Complementary color
Monochromatic Colors of #281AAB
Black with #281AAB
Text Example
Text Example
White with #281AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281AAB; }
p { color: rgb(40,26,171); }
H1.HeaderClassName
{
color: #281AAB;
}
.AnyTagClassName
{
color: #281AAB;
}
</style>
background-color css
<style>
a { background-color: #281AAB; }
a { background-color: rgb(40,26,171); }
div.DivClassName
{
background-color: #281AAB;
}
.BgClassName
{
background-color: #281AAB;
}
</style>
border-color css
<style>
span { border-color: #281AAB; }
span { border-color: rgb(40,26,171); }
td.TdClassName
{
border-color: #281AAB;
}
.TagClassName
{
border-color: #281AAB;
}
</style>