Shades of Ultramarine #281590
Tints of Ultramarine #281590
RGB
CMYK
RGB Variations
Color information
#281590 (or 0x281590) is known color: Ultramarine. HEX triplet: 28, 15 and 90. RGB value is (40,21,144). Sum of RGB (Red+Green+Blue) = 40+21+144=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 144 (56.64% from 255 or 70.24% from 205); Max value from RGB is 144 - color contains mainly: blue. Hex color #281590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281590 is #D7EA6F. Grayscale: #282828. Windows color (decimal): -14150256 or 9442600. OLE color: 9442600.
HSL color Cylindrical-coordinate representation of color #281590: hue angle of 249.27º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281590 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 21 | 144 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.44 |
| HSL | 249.27º | 0.75% | 0.32% | - |
| HSV(B) | 249.27º | 0.85% | 0.56% | - |
| XYZ | 6.18 | 3 | 26.64 | - |
| YUV | 40.7 | 186.29 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 21 | 144 | 0.72 | 0.85 | 0 | 0.44 | 249.27 | 0.75 | 0.32 |
| Hex | 28 | 15 | 90 | 48 | 55 | 0 | 2C | F9 | 4B | 20 |
| Octal | 50 | 25 | 220 | 110 | 125 | 0 | 54 | 371 | 113 | 40 |
| Binary | 101000 | 10101 | 10010000 | 1001000 | 1010101 | 0 | 101100 | 11111001 | 1001011 | 100000 |
Color Harmonies of #281590
Complementary color
Monochromatic Colors of #281590
Black with #281590
Text Example
Text Example
White with #281590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281590; }
p { color: rgb(40,21,144); }
H1.HeaderClassName
{
color: #281590;
}
.AnyTagClassName
{
color: #281590;
}
</style>
background-color css
<style>
a { background-color: #281590; }
a { background-color: rgb(40,21,144); }
div.DivClassName
{
background-color: #281590;
}
.BgClassName
{
background-color: #281590;
}
</style>
border-color css
<style>
span { border-color: #281590; }
span { border-color: rgb(40,21,144); }
td.TdClassName
{
border-color: #281590;
}
.TagClassName
{
border-color: #281590;
}
</style>