Shades of Ultramarine #280FA2
Tints of Ultramarine #280FA2
RGB
CMYK
RGB Variations
Color information
#280FA2 (or 0x280FA2) is known color: Ultramarine. HEX triplet: 28, 0F and A2. RGB value is (40,15,162). Sum of RGB (Red+Green+Blue) = 40+15+162=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 162 (63.67% from 255 or 74.65% from 217); Max value from RGB is 162 - color contains mainly: blue. Hex color #280FA2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280FA2 is #D7F05D. Grayscale: #262626. Windows color (decimal): -14151774 or 10620712. OLE color: 10620712.
HSL color Cylindrical-coordinate representation of color #280FA2: hue angle of 250.2º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #280FA2 is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 15 | 162 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.36 |
| HSL | 250.2º | 0.83% | 0.35% | - |
| HSV(B) | 250.2º | 0.91% | 0.64% | - |
| XYZ | 7.57 | 3.4 | 34.44 | - |
| YUV | 39.23 | 197.28 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 15 | 162 | 0.75 | 0.91 | 0 | 0.36 | 250.2 | 0.83 | 0.35 |
| Hex | 28 | F | A2 | 4B | 5B | 0 | 24 | FA | 53 | 23 |
| Octal | 50 | 17 | 242 | 113 | 133 | 0 | 44 | 372 | 123 | 43 |
| Binary | 101000 | 1111 | 10100010 | 1001011 | 1011011 | 0 | 100100 | 11111010 | 1010011 | 100011 |
Color Harmonies of #280FA2
Complementary color
Monochromatic Colors of #280FA2
Black with #280FA2
Text Example
Text Example
White with #280FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280FA2; }
p { color: rgb(40,15,162); }
H1.HeaderClassName
{
color: #280FA2;
}
.AnyTagClassName
{
color: #280FA2;
}
</style>
background-color css
<style>
a { background-color: #280FA2; }
a { background-color: rgb(40,15,162); }
div.DivClassName
{
background-color: #280FA2;
}
.BgClassName
{
background-color: #280FA2;
}
</style>
border-color css
<style>
span { border-color: #280FA2; }
span { border-color: rgb(40,15,162); }
td.TdClassName
{
border-color: #280FA2;
}
.TagClassName
{
border-color: #280FA2;
}
</style>