Shades of Ultramarine #280AA0
Tints of Ultramarine #280AA0
RGB
CMYK
RGB Variations
Color information
#280AA0 (or 0x280AA0) is known color: Ultramarine. HEX triplet: 28, 0A and A0. RGB value is (40,10,160). Sum of RGB (Red+Green+Blue) = 40+10+160=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 160 (62.89% from 255 or 76.19% from 210); Max value from RGB is 160 - color contains mainly: blue. Hex color #280AA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280AA0 is #D7F55F. Grayscale: #232323. Windows color (decimal): -14153056 or 10488360. OLE color: 10488360.
HSL color Cylindrical-coordinate representation of color #280AA0: hue angle of 252º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280AA0 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 10 | 160 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.37 |
| HSL | 252º | 0.88% | 0.33% | - |
| HSV(B) | 252º | 0.94% | 0.63% | - |
| XYZ | 7.33 | 3.21 | 33.49 | - |
| YUV | 36.07 | 197.94 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 160 | 0.75 | 0.94 | 0 | 0.37 | 252 | 0.88 | 0.33 |
| Hex | 28 | A | A0 | 4B | 5E | 0 | 25 | FC | 58 | 21 |
| Octal | 50 | 12 | 240 | 113 | 136 | 0 | 45 | 374 | 130 | 41 |
| Binary | 101000 | 1010 | 10100000 | 1001011 | 1011110 | 0 | 100101 | 11111100 | 1011000 | 100001 |
Color Harmonies of #280AA0
Complementary color
Monochromatic Colors of #280AA0
Black with #280AA0
Text Example
Text Example
White with #280AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280AA0; }
p { color: rgb(40,10,160); }
H1.HeaderClassName
{
color: #280AA0;
}
.AnyTagClassName
{
color: #280AA0;
}
</style>
background-color css
<style>
a { background-color: #280AA0; }
a { background-color: rgb(40,10,160); }
div.DivClassName
{
background-color: #280AA0;
}
.BgClassName
{
background-color: #280AA0;
}
</style>
border-color css
<style>
span { border-color: #280AA0; }
span { border-color: rgb(40,10,160); }
td.TdClassName
{
border-color: #280AA0;
}
.TagClassName
{
border-color: #280AA0;
}
</style>