Shades of Ultramarine #280AAA
Tints of Ultramarine #280AAA
RGB
CMYK
RGB Variations
Color information
#280AAA (or 0x280AAA) is known color: Ultramarine. HEX triplet: 28, 0A and AA. RGB value is (40,10,170). Sum of RGB (Red+Green+Blue) = 40+10+170=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 170 (66.80% from 255 or 77.27% from 220); Max value from RGB is 170 - color contains mainly: blue. Hex color #280AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280AAA is #D7F555. Grayscale: #242424. Windows color (decimal): -14153046 or 11143720. OLE color: 11143720.
HSL color Cylindrical-coordinate representation of color #280AAA: hue angle of 251.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280AAA is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 10 | 170 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.33 |
| HSL | 251.25º | 0.89% | 0.35% | - |
| HSV(B) | 251.25º | 0.94% | 0.67% | - |
| XYZ | 8.24 | 3.57 | 38.29 | - |
| YUV | 37.21 | 202.94 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 170 | 0.76 | 0.94 | 0 | 0.33 | 251.25 | 0.89 | 0.35 |
| Hex | 28 | A | AA | 4C | 5E | 0 | 21 | FB | 59 | 23 |
| Octal | 50 | 12 | 252 | 114 | 136 | 0 | 41 | 373 | 131 | 43 |
| Binary | 101000 | 1010 | 10101010 | 1001100 | 1011110 | 0 | 100001 | 11111011 | 1011001 | 100011 |
Color Harmonies of #280AAA
Complementary color
Monochromatic Colors of #280AAA
Black with #280AAA
Text Example
Text Example
White with #280AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280AAA; }
p { color: rgb(40,10,170); }
H1.HeaderClassName
{
color: #280AAA;
}
.AnyTagClassName
{
color: #280AAA;
}
</style>
background-color css
<style>
a { background-color: #280AAA; }
a { background-color: rgb(40,10,170); }
div.DivClassName
{
background-color: #280AAA;
}
.BgClassName
{
background-color: #280AAA;
}
</style>
border-color css
<style>
span { border-color: #280AAA; }
span { border-color: rgb(40,10,170); }
td.TdClassName
{
border-color: #280AAA;
}
.TagClassName
{
border-color: #280AAA;
}
</style>