Shades of Ultramarine #280998
Tints of Ultramarine #280998
RGB
CMYK
RGB Variations
Color information
#280998 (or 0x280998) is known color: Ultramarine. HEX triplet: 28, 09 and 98. RGB value is (40,9,152). Sum of RGB (Red+Green+Blue) = 40+9+152=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 152 (59.77% from 255 or 75.62% from 201); Max value from RGB is 152 - color contains mainly: blue. Hex color #280998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280998 is #D7F667. Grayscale: #222222. Windows color (decimal): -14153320 or 9963816. OLE color: 9963816.
HSL color Cylindrical-coordinate representation of color #280998: hue angle of 253.01º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280998 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 9 | 152 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.40 |
| HSL | 253.01º | 0.89% | 0.32% | - |
| HSV(B) | 253.01º | 0.94% | 0.6% | - |
| XYZ | 6.64 | 2.91 | 29.92 | - |
| YUV | 34.57 | 194.27 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 9 | 152 | 0.74 | 0.94 | 0 | 0.40 | 253.01 | 0.89 | 0.32 |
| Hex | 28 | 9 | 98 | 4A | 5E | 0 | 28 | FD | 59 | 20 |
| Octal | 50 | 11 | 230 | 112 | 136 | 0 | 50 | 375 | 131 | 40 |
| Binary | 101000 | 1001 | 10011000 | 1001010 | 1011110 | 0 | 101000 | 11111101 | 1011001 | 100000 |
Color Harmonies of #280998
Complementary color
Monochromatic Colors of #280998
Black with #280998
Text Example
Text Example
White with #280998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280998; }
p { color: rgb(40,9,152); }
H1.HeaderClassName
{
color: #280998;
}
.AnyTagClassName
{
color: #280998;
}
</style>
background-color css
<style>
a { background-color: #280998; }
a { background-color: rgb(40,9,152); }
div.DivClassName
{
background-color: #280998;
}
.BgClassName
{
background-color: #280998;
}
</style>
border-color css
<style>
span { border-color: #280998; }
span { border-color: rgb(40,9,152); }
td.TdClassName
{
border-color: #280998;
}
.TagClassName
{
border-color: #280998;
}
</style>