Shades of Ultramarine #281FA0
Tints of Ultramarine #281FA0
RGB
CMYK
RGB Variations
Color information
#281FA0 (or 0x281FA0) is known color: Ultramarine. HEX triplet: 28, 1F and A0. RGB value is (40,31,160). Sum of RGB (Red+Green+Blue) = 40+31+160=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 160 (62.89% from 255 or 69.26% from 231); Max value from RGB is 160 - color contains mainly: blue. Hex color #281FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281FA0 is #D7E05F. Grayscale: #2F2F2F. Windows color (decimal): -14147680 or 10493736. OLE color: 10493736.
HSL color Cylindrical-coordinate representation of color #281FA0: hue angle of 244.19º degrees, saturation: 0.68, 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 #281FA0 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 31 | 160 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.37 |
| HSL | 244.19º | 0.68% | 0.37% | - |
| HSV(B) | 244.19º | 0.81% | 0.63% | - |
| XYZ | 7.71 | 3.97 | 33.62 | - |
| YUV | 48.4 | 190.98 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 160 | 0.75 | 0.81 | 0 | 0.37 | 244.19 | 0.68 | 0.37 |
| Hex | 28 | 1F | A0 | 4B | 51 | 0 | 25 | F4 | 44 | 25 |
| Octal | 50 | 37 | 240 | 113 | 121 | 0 | 45 | 364 | 104 | 45 |
| Binary | 101000 | 11111 | 10100000 | 1001011 | 1010001 | 0 | 100101 | 11110100 | 1000100 | 100101 |
Color Harmonies of #281FA0
Complementary color
Monochromatic Colors of #281FA0
Black with #281FA0
Text Example
Text Example
White with #281FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281FA0; }
p { color: rgb(40,31,160); }
H1.HeaderClassName
{
color: #281FA0;
}
.AnyTagClassName
{
color: #281FA0;
}
</style>
background-color css
<style>
a { background-color: #281FA0; }
a { background-color: rgb(40,31,160); }
div.DivClassName
{
background-color: #281FA0;
}
.BgClassName
{
background-color: #281FA0;
}
</style>
border-color css
<style>
span { border-color: #281FA0; }
span { border-color: rgb(40,31,160); }
td.TdClassName
{
border-color: #281FA0;
}
.TagClassName
{
border-color: #281FA0;
}
</style>