Shades of Ultramarine #280A98
Tints of Ultramarine #280A98
RGB
CMYK
RGB Variations
Color information
#280A98 (or 0x280A98) is known color: Ultramarine. HEX triplet: 28, 0A and 98. RGB value is (40,10,152). Sum of RGB (Red+Green+Blue) = 40+10+152=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 152 (59.77% from 255 or 75.25% from 202); Max value from RGB is 152 - color contains mainly: blue. Hex color #280A98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280A98 is #D7F567. Grayscale: #222222. Windows color (decimal): -14153064 or 9964072. OLE color: 9964072.
HSL color Cylindrical-coordinate representation of color #280A98: hue angle of 252.68º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280A98 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 10 | 152 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.40 |
| HSL | 252.68º | 0.88% | 0.32% | - |
| HSV(B) | 252.68º | 0.93% | 0.6% | - |
| XYZ | 6.65 | 2.94 | 29.92 | - |
| YUV | 35.16 | 193.94 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 152 | 0.74 | 0.93 | 0 | 0.40 | 252.68 | 0.88 | 0.32 |
| Hex | 28 | A | 98 | 4A | 5D | 0 | 28 | FD | 58 | 20 |
| Octal | 50 | 12 | 230 | 112 | 135 | 0 | 50 | 375 | 130 | 40 |
| Binary | 101000 | 1010 | 10011000 | 1001010 | 1011101 | 0 | 101000 | 11111101 | 1011000 | 100000 |
Color Harmonies of #280A98
Complementary color
Monochromatic Colors of #280A98
Black with #280A98
Text Example
Text Example
White with #280A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280A98; }
p { color: rgb(40,10,152); }
H1.HeaderClassName
{
color: #280A98;
}
.AnyTagClassName
{
color: #280A98;
}
</style>
background-color css
<style>
a { background-color: #280A98; }
a { background-color: rgb(40,10,152); }
div.DivClassName
{
background-color: #280A98;
}
.BgClassName
{
background-color: #280A98;
}
</style>
border-color css
<style>
span { border-color: #280A98; }
span { border-color: rgb(40,10,152); }
td.TdClassName
{
border-color: #280A98;
}
.TagClassName
{
border-color: #280A98;
}
</style>