Shades of Ultramarine #281CA0
Tints of Ultramarine #281CA0
RGB
CMYK
RGB Variations
Color information
#281CA0 (or 0x281CA0) is known color: Ultramarine. HEX triplet: 28, 1C and A0. RGB value is (40,28,160). Sum of RGB (Red+Green+Blue) = 40+28+160=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 160 (62.89% from 255 or 70.18% from 228); Max value from RGB is 160 - color contains mainly: blue. Hex color #281CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281CA0 is #D7E35F. Grayscale: #2E2E2E. Windows color (decimal): -14148448 or 10492968. OLE color: 10492968.
HSL color Cylindrical-coordinate representation of color #281CA0: hue angle of 245.45º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #281CA0 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 28 | 160 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.37 |
| HSL | 245.45º | 0.7% | 0.37% | - |
| HSV(B) | 245.45º | 0.83% | 0.63% | - |
| XYZ | 7.64 | 3.82 | 33.59 | - |
| YUV | 46.64 | 191.98 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 160 | 0.75 | 0.82 | 0 | 0.37 | 245.45 | 0.7 | 0.37 |
| Hex | 28 | 1C | A0 | 4B | 52 | 0 | 25 | F5 | 46 | 25 |
| Octal | 50 | 34 | 240 | 113 | 122 | 0 | 45 | 365 | 106 | 45 |
| Binary | 101000 | 11100 | 10100000 | 1001011 | 1010010 | 0 | 100101 | 11110101 | 1000110 | 100101 |
Color Harmonies of #281CA0
Complementary color
Monochromatic Colors of #281CA0
Black with #281CA0
Text Example
Text Example
White with #281CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281CA0; }
p { color: rgb(40,28,160); }
H1.HeaderClassName
{
color: #281CA0;
}
.AnyTagClassName
{
color: #281CA0;
}
</style>
background-color css
<style>
a { background-color: #281CA0; }
a { background-color: rgb(40,28,160); }
div.DivClassName
{
background-color: #281CA0;
}
.BgClassName
{
background-color: #281CA0;
}
</style>
border-color css
<style>
span { border-color: #281CA0; }
span { border-color: rgb(40,28,160); }
td.TdClassName
{
border-color: #281CA0;
}
.TagClassName
{
border-color: #281CA0;
}
</style>