Shades of Ultramarine #280699
Tints of Ultramarine #280699
RGB
CMYK
RGB Variations
Color information
#280699 (or 0x280699) is known color: Ultramarine. HEX triplet: 28, 06 and 99. RGB value is (40,6,153). Sum of RGB (Red+Green+Blue) = 40+6+153=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 153 (60.16% from 255 or 76.88% from 199); Max value from RGB is 153 - color contains mainly: blue. Hex color #280699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280699 is #D7F966. Grayscale: #202020. Windows color (decimal): -14154087 or 10028584. OLE color: 10028584.
HSL color Cylindrical-coordinate representation of color #280699: hue angle of 253.88º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #280699 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 6 | 153 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.4 |
| HSL | 253.88º | 0.92% | 0.31% | - |
| HSV(B) | 253.88º | 0.96% | 0.6% | - |
| XYZ | 6.69 | 2.88 | 30.34 | - |
| YUV | 32.92 | 195.76 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 153 | 0.74 | 0.96 | 0 | 0.4 | 253.88 | 0.92 | 0.31 |
| Hex | 28 | 6 | 99 | 4A | 60 | 0 | 28 | FE | 5C | 1F |
| Octal | 50 | 6 | 231 | 112 | 140 | 0 | 50 | 376 | 134 | 37 |
| Binary | 101000 | 110 | 10011001 | 1001010 | 1100000 | 0 | 101000 | 11111110 | 1011100 | 11111 |
Color Harmonies of #280699
Complementary color
Monochromatic Colors of #280699
Black with #280699
Text Example
Text Example
White with #280699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280699; }
p { color: rgb(40,6,153); }
H1.HeaderClassName
{
color: #280699;
}
.AnyTagClassName
{
color: #280699;
}
</style>
background-color css
<style>
a { background-color: #280699; }
a { background-color: rgb(40,6,153); }
div.DivClassName
{
background-color: #280699;
}
.BgClassName
{
background-color: #280699;
}
</style>
border-color css
<style>
span { border-color: #280699; }
span { border-color: rgb(40,6,153); }
td.TdClassName
{
border-color: #280699;
}
.TagClassName
{
border-color: #280699;
}
</style>