Shades of Ultramarine #280897
Tints of Ultramarine #280897
RGB
CMYK
RGB Variations
Color information
#280897 (or 0x280897) is known color: Ultramarine. HEX triplet: 28, 08 and 97. RGB value is (40,8,151). Sum of RGB (Red+Green+Blue) = 40+8+151=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 151 (59.38% from 255 or 75.88% from 199); Max value from RGB is 151 - color contains mainly: blue. Hex color #280897 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280897 is #D7F768. Grayscale: #212121. Windows color (decimal): -14153577 or 9898024. OLE color: 9898024.
HSL color Cylindrical-coordinate representation of color #280897: hue angle of 253.43º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280897 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 8 | 151 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.41 |
| HSL | 253.43º | 0.9% | 0.31% | - |
| HSV(B) | 253.43º | 0.95% | 0.59% | - |
| XYZ | 6.55 | 2.86 | 29.48 | - |
| YUV | 33.87 | 194.1 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 8 | 151 | 0.74 | 0.95 | 0 | 0.41 | 253.43 | 0.9 | 0.31 |
| Hex | 28 | 8 | 97 | 4A | 5F | 0 | 29 | FD | 5A | 1F |
| Octal | 50 | 10 | 227 | 112 | 137 | 0 | 51 | 375 | 132 | 37 |
| Binary | 101000 | 1000 | 10010111 | 1001010 | 1011111 | 0 | 101001 | 11111101 | 1011010 | 11111 |
Color Harmonies of #280897
Complementary color
Monochromatic Colors of #280897
Black with #280897
Text Example
Text Example
White with #280897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280897; }
p { color: rgb(40,8,151); }
H1.HeaderClassName
{
color: #280897;
}
.AnyTagClassName
{
color: #280897;
}
</style>
background-color css
<style>
a { background-color: #280897; }
a { background-color: rgb(40,8,151); }
div.DivClassName
{
background-color: #280897;
}
.BgClassName
{
background-color: #280897;
}
</style>
border-color css
<style>
span { border-color: #280897; }
span { border-color: rgb(40,8,151); }
td.TdClassName
{
border-color: #280897;
}
.TagClassName
{
border-color: #280897;
}
</style>