Shades of Ultramarine #281EA1
Tints of Ultramarine #281EA1
RGB
CMYK
RGB Variations
Color information
#281EA1 (or 0x281EA1) is known color: Ultramarine. HEX triplet: 28, 1E and A1. RGB value is (40,30,161). Sum of RGB (Red+Green+Blue) = 40+30+161=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 161 (63.28% from 255 or 69.70% from 231); Max value from RGB is 161 - color contains mainly: blue. Hex color #281EA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281EA1 is #D7E15E. Grayscale: #2F2F2F. Windows color (decimal): -14147935 or 10559016. OLE color: 10559016.
HSL color Cylindrical-coordinate representation of color #281EA1: hue angle of 244.58º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #281EA1 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 30 | 161 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.37 |
| HSL | 244.58º | 0.69% | 0.37% | - |
| HSV(B) | 244.58º | 0.81% | 0.63% | - |
| XYZ | 7.77 | 3.95 | 34.07 | - |
| YUV | 47.92 | 191.81 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 30 | 161 | 0.75 | 0.81 | 0 | 0.37 | 244.58 | 0.69 | 0.37 |
| Hex | 28 | 1E | A1 | 4B | 51 | 0 | 25 | F5 | 45 | 25 |
| Octal | 50 | 36 | 241 | 113 | 121 | 0 | 45 | 365 | 105 | 45 |
| Binary | 101000 | 11110 | 10100001 | 1001011 | 1010001 | 0 | 100101 | 11110101 | 1000101 | 100101 |
Color Harmonies of #281EA1
Complementary color
Monochromatic Colors of #281EA1
Black with #281EA1
Text Example
Text Example
White with #281EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281EA1; }
p { color: rgb(40,30,161); }
H1.HeaderClassName
{
color: #281EA1;
}
.AnyTagClassName
{
color: #281EA1;
}
</style>
background-color css
<style>
a { background-color: #281EA1; }
a { background-color: rgb(40,30,161); }
div.DivClassName
{
background-color: #281EA1;
}
.BgClassName
{
background-color: #281EA1;
}
</style>
border-color css
<style>
span { border-color: #281EA1; }
span { border-color: rgb(40,30,161); }
td.TdClassName
{
border-color: #281EA1;
}
.TagClassName
{
border-color: #281EA1;
}
</style>