Shades of Ultramarine #280AAC
Tints of Ultramarine #280AAC
RGB
CMYK
RGB Variations
Color information
#280AAC (or 0x280AAC) is known color: Ultramarine. HEX triplet: 28, 0A and AC. RGB value is (40,10,172). Sum of RGB (Red+Green+Blue) = 40+10+172=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 172 (67.58% from 255 or 77.48% from 222); Max value from RGB is 172 - color contains mainly: blue. Hex color #280AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280AAC is #D7F553. Grayscale: #242424. Windows color (decimal): -14153044 or 11274792. OLE color: 11274792.
HSL color Cylindrical-coordinate representation of color #280AAC: hue angle of 251.11º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280AAC is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 10 | 172 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.33 |
| HSL | 251.11º | 0.89% | 0.36% | - |
| HSV(B) | 251.11º | 0.94% | 0.67% | - |
| XYZ | 8.43 | 3.65 | 39.29 | - |
| YUV | 37.44 | 203.94 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 172 | 0.77 | 0.94 | 0 | 0.33 | 251.11 | 0.89 | 0.36 |
| Hex | 28 | A | AC | 4D | 5E | 0 | 21 | FB | 59 | 24 |
| Octal | 50 | 12 | 254 | 115 | 136 | 0 | 41 | 373 | 131 | 44 |
| Binary | 101000 | 1010 | 10101100 | 1001101 | 1011110 | 0 | 100001 | 11111011 | 1011001 | 100100 |
Color Harmonies of #280AAC
Complementary color
Monochromatic Colors of #280AAC
Black with #280AAC
Text Example
Text Example
White with #280AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280AAC; }
p { color: rgb(40,10,172); }
H1.HeaderClassName
{
color: #280AAC;
}
.AnyTagClassName
{
color: #280AAC;
}
</style>
background-color css
<style>
a { background-color: #280AAC; }
a { background-color: rgb(40,10,172); }
div.DivClassName
{
background-color: #280AAC;
}
.BgClassName
{
background-color: #280AAC;
}
</style>
border-color css
<style>
span { border-color: #280AAC; }
span { border-color: rgb(40,10,172); }
td.TdClassName
{
border-color: #280AAC;
}
.TagClassName
{
border-color: #280AAC;
}
</style>