Shades of Ultramarine #281AAA
Tints of Ultramarine #281AAA
RGB
CMYK
RGB Variations
Color information
#281AAA (or 0x281AAA) is known color: Ultramarine. HEX triplet: 28, 1A and AA. RGB value is (40,26,170). Sum of RGB (Red+Green+Blue) = 40+26+170=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 170 (66.80% from 255 or 72.03% from 236); Max value from RGB is 170 - color contains mainly: blue. Hex color #281AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281AAA is #D7E555. Grayscale: #2E2E2E. Windows color (decimal): -14148950 or 11147816. OLE color: 11147816.
HSL color Cylindrical-coordinate representation of color #281AAA: hue angle of 245.83º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281AAA is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 26 | 170 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.33 |
| HSL | 245.83º | 0.73% | 0.38% | - |
| HSV(B) | 245.83º | 0.85% | 0.67% | - |
| XYZ | 8.5 | 4.09 | 38.37 | - |
| YUV | 46.6 | 197.64 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 170 | 0.76 | 0.85 | 0 | 0.33 | 245.83 | 0.73 | 0.38 |
| Hex | 28 | 1A | AA | 4C | 55 | 0 | 21 | F6 | 49 | 26 |
| Octal | 50 | 32 | 252 | 114 | 125 | 0 | 41 | 366 | 111 | 46 |
| Binary | 101000 | 11010 | 10101010 | 1001100 | 1010101 | 0 | 100001 | 11110110 | 1001001 | 100110 |
Color Harmonies of #281AAA
Complementary color
Monochromatic Colors of #281AAA
Black with #281AAA
Text Example
Text Example
White with #281AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281AAA; }
p { color: rgb(40,26,170); }
H1.HeaderClassName
{
color: #281AAA;
}
.AnyTagClassName
{
color: #281AAA;
}
</style>
background-color css
<style>
a { background-color: #281AAA; }
a { background-color: rgb(40,26,170); }
div.DivClassName
{
background-color: #281AAA;
}
.BgClassName
{
background-color: #281AAA;
}
</style>
border-color css
<style>
span { border-color: #281AAA; }
span { border-color: rgb(40,26,170); }
td.TdClassName
{
border-color: #281AAA;
}
.TagClassName
{
border-color: #281AAA;
}
</style>