Shades of Ultramarine #280DA2
Tints of Ultramarine #280DA2
RGB
CMYK
RGB Variations
Color information
#280DA2 (or 0x280DA2) is known color: Ultramarine. HEX triplet: 28, 0D and A2. RGB value is (40,13,162). Sum of RGB (Red+Green+Blue) = 40+13+162=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 162 (63.67% from 255 or 75.35% from 215); Max value from RGB is 162 - color contains mainly: blue. Hex color #280DA2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280DA2 is #D7F25D. Grayscale: #252525. Windows color (decimal): -14152286 or 10620200. OLE color: 10620200.
HSL color Cylindrical-coordinate representation of color #280DA2: hue angle of 250.87º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #280DA2 is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 13 | 162 | - |
| CMYK | 0.75 | 0.92 | 0 | 0.36 |
| HSL | 250.87º | 0.85% | 0.34% | - |
| HSV(B) | 250.87º | 0.92% | 0.64% | - |
| XYZ | 7.54 | 3.35 | 34.43 | - |
| YUV | 38.06 | 197.95 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 162 | 0.75 | 0.92 | 0 | 0.36 | 250.87 | 0.85 | 0.34 |
| Hex | 28 | D | A2 | 4B | 5C | 0 | 24 | FB | 55 | 22 |
| Octal | 50 | 15 | 242 | 113 | 134 | 0 | 44 | 373 | 125 | 42 |
| Binary | 101000 | 1101 | 10100010 | 1001011 | 1011100 | 0 | 100100 | 11111011 | 1010101 | 100010 |
Color Harmonies of #280DA2
Complementary color
Monochromatic Colors of #280DA2
Black with #280DA2
Text Example
Text Example
White with #280DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280DA2; }
p { color: rgb(40,13,162); }
H1.HeaderClassName
{
color: #280DA2;
}
.AnyTagClassName
{
color: #280DA2;
}
</style>
background-color css
<style>
a { background-color: #280DA2; }
a { background-color: rgb(40,13,162); }
div.DivClassName
{
background-color: #280DA2;
}
.BgClassName
{
background-color: #280DA2;
}
</style>
border-color css
<style>
span { border-color: #280DA2; }
span { border-color: rgb(40,13,162); }
td.TdClassName
{
border-color: #280DA2;
}
.TagClassName
{
border-color: #280DA2;
}
</style>