Shades of Ultramarine #280AB0
Tints of Ultramarine #280AB0
RGB
CMYK
RGB Variations
Color information
#280AB0 (or 0x280AB0) is known color: Ultramarine. HEX triplet: 28, 0A and B0. RGB value is (40,10,176). Sum of RGB (Red+Green+Blue) = 40+10+176=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 176 (69.14% from 255 or 77.88% from 226); Max value from RGB is 176 - color contains mainly: blue. Hex color #280AB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280AB0 is #D7F54F. Grayscale: #252525. Windows color (decimal): -14153040 or 11536936. OLE color: 11536936.
HSL color Cylindrical-coordinate representation of color #280AB0: hue angle of 250.84º 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 #280AB0 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 10 | 176 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.31 |
| HSL | 250.84º | 0.89% | 0.36% | - |
| HSV(B) | 250.84º | 0.94% | 0.69% | - |
| XYZ | 8.82 | 3.8 | 41.34 | - |
| YUV | 37.89 | 205.94 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 176 | 0.77 | 0.94 | 0 | 0.31 | 250.84 | 0.89 | 0.36 |
| Hex | 28 | A | B0 | 4D | 5E | 0 | 1F | FB | 59 | 24 |
| Octal | 50 | 12 | 260 | 115 | 136 | 0 | 37 | 373 | 131 | 44 |
| Binary | 101000 | 1010 | 10110000 | 1001101 | 1011110 | 0 | 11111 | 11111011 | 1011001 | 100100 |
Color Harmonies of #280AB0
Complementary color
Monochromatic Colors of #280AB0
Black with #280AB0
Text Example
Text Example
White with #280AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280AB0; }
p { color: rgb(40,10,176); }
H1.HeaderClassName
{
color: #280AB0;
}
.AnyTagClassName
{
color: #280AB0;
}
</style>
background-color css
<style>
a { background-color: #280AB0; }
a { background-color: rgb(40,10,176); }
div.DivClassName
{
background-color: #280AB0;
}
.BgClassName
{
background-color: #280AB0;
}
</style>
border-color css
<style>
span { border-color: #280AB0; }
span { border-color: rgb(40,10,176); }
td.TdClassName
{
border-color: #280AB0;
}
.TagClassName
{
border-color: #280AB0;
}
</style>