Shades of Ultramarine #281AA9
Tints of Ultramarine #281AA9
RGB
CMYK
RGB Variations
Color information
#281AA9 (or 0x281AA9) is known color: Ultramarine. HEX triplet: 28, 1A and A9. RGB value is (40,26,169). Sum of RGB (Red+Green+Blue) = 40+26+169=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 169 (66.41% from 255 or 71.91% from 235); Max value from RGB is 169 - color contains mainly: blue. Hex color #281AA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281AA9 is #D7E556. Grayscale: #2D2D2D. Windows color (decimal): -14148951 or 11082280. OLE color: 11082280.
HSL color Cylindrical-coordinate representation of color #281AA9: hue angle of 245.87º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281AA9 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 26 | 169 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.34 |
| HSL | 245.87º | 0.73% | 0.38% | - |
| HSV(B) | 245.87º | 0.85% | 0.66% | - |
| XYZ | 8.41 | 4.05 | 37.88 | - |
| YUV | 46.49 | 197.14 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 169 | 0.76 | 0.85 | 0 | 0.34 | 245.87 | 0.73 | 0.38 |
| Hex | 28 | 1A | A9 | 4C | 55 | 0 | 22 | F6 | 49 | 26 |
| Octal | 50 | 32 | 251 | 114 | 125 | 0 | 42 | 366 | 111 | 46 |
| Binary | 101000 | 11010 | 10101001 | 1001100 | 1010101 | 0 | 100010 | 11110110 | 1001001 | 100110 |
Color Harmonies of #281AA9
Complementary color
Monochromatic Colors of #281AA9
Black with #281AA9
Text Example
Text Example
White with #281AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281AA9; }
p { color: rgb(40,26,169); }
H1.HeaderClassName
{
color: #281AA9;
}
.AnyTagClassName
{
color: #281AA9;
}
</style>
background-color css
<style>
a { background-color: #281AA9; }
a { background-color: rgb(40,26,169); }
div.DivClassName
{
background-color: #281AA9;
}
.BgClassName
{
background-color: #281AA9;
}
</style>
border-color css
<style>
span { border-color: #281AA9; }
span { border-color: rgb(40,26,169); }
td.TdClassName
{
border-color: #281AA9;
}
.TagClassName
{
border-color: #281AA9;
}
</style>