Shades of Ultramarine #280AAF
Tints of Ultramarine #280AAF
RGB
CMYK
RGB Variations
Color information
#280AAF (or 0x280AAF) is known color: Ultramarine. HEX triplet: 28, 0A and AF. RGB value is (40,10,175). Sum of RGB (Red+Green+Blue) = 40+10+175=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 175 (68.75% from 255 or 77.78% from 225); Max value from RGB is 175 - color contains mainly: blue. Hex color #280AAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280AAF is #D7F550. Grayscale: #252525. Windows color (decimal): -14153041 or 11471400. OLE color: 11471400.
HSL color Cylindrical-coordinate representation of color #280AAF: hue angle of 250.91º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280AAF is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 10 | 175 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.31 |
| HSL | 250.91º | 0.89% | 0.36% | - |
| HSV(B) | 250.91º | 0.94% | 0.69% | - |
| XYZ | 8.72 | 3.76 | 40.82 | - |
| YUV | 37.78 | 205.44 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 175 | 0.77 | 0.94 | 0 | 0.31 | 250.91 | 0.89 | 0.36 |
| Hex | 28 | A | AF | 4D | 5E | 0 | 1F | FB | 59 | 24 |
| Octal | 50 | 12 | 257 | 115 | 136 | 0 | 37 | 373 | 131 | 44 |
| Binary | 101000 | 1010 | 10101111 | 1001101 | 1011110 | 0 | 11111 | 11111011 | 1011001 | 100100 |
Color Harmonies of #280AAF
Complementary color
Monochromatic Colors of #280AAF
Black with #280AAF
Text Example
Text Example
White with #280AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280AAF; }
p { color: rgb(40,10,175); }
H1.HeaderClassName
{
color: #280AAF;
}
.AnyTagClassName
{
color: #280AAF;
}
</style>
background-color css
<style>
a { background-color: #280AAF; }
a { background-color: rgb(40,10,175); }
div.DivClassName
{
background-color: #280AAF;
}
.BgClassName
{
background-color: #280AAF;
}
</style>
border-color css
<style>
span { border-color: #280AAF; }
span { border-color: rgb(40,10,175); }
td.TdClassName
{
border-color: #280AAF;
}
.TagClassName
{
border-color: #280AAF;
}
</style>