Shades of Ultramarine #280D99
Tints of Ultramarine #280D99
RGB
CMYK
RGB Variations
Color information
#280D99 (or 0x280D99) is known color: Ultramarine. HEX triplet: 28, 0D and 99. RGB value is (40,13,153). Sum of RGB (Red+Green+Blue) = 40+13+153=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 153 (60.16% from 255 or 74.27% from 206); Max value from RGB is 153 - color contains mainly: blue. Hex color #280D99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280D99 is #D7F266. Grayscale: #242424. Windows color (decimal): -14152295 or 10030376. OLE color: 10030376.
HSL color Cylindrical-coordinate representation of color #280D99: hue angle of 251.57º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #280D99 is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 13 | 153 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.4 |
| HSL | 251.57º | 0.84% | 0.33% | - |
| HSV(B) | 251.57º | 0.92% | 0.6% | - |
| XYZ | 6.77 | 3.04 | 30.37 | - |
| YUV | 37.03 | 193.45 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 153 | 0.74 | 0.92 | 0 | 0.4 | 251.57 | 0.84 | 0.33 |
| Hex | 28 | D | 99 | 4A | 5C | 0 | 28 | FC | 54 | 21 |
| Octal | 50 | 15 | 231 | 112 | 134 | 0 | 50 | 374 | 124 | 41 |
| Binary | 101000 | 1101 | 10011001 | 1001010 | 1011100 | 0 | 101000 | 11111100 | 1010100 | 100001 |
Color Harmonies of #280D99
Complementary color
Monochromatic Colors of #280D99
Black with #280D99
Text Example
Text Example
White with #280D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280D99; }
p { color: rgb(40,13,153); }
H1.HeaderClassName
{
color: #280D99;
}
.AnyTagClassName
{
color: #280D99;
}
</style>
background-color css
<style>
a { background-color: #280D99; }
a { background-color: rgb(40,13,153); }
div.DivClassName
{
background-color: #280D99;
}
.BgClassName
{
background-color: #280D99;
}
</style>
border-color css
<style>
span { border-color: #280D99; }
span { border-color: rgb(40,13,153); }
td.TdClassName
{
border-color: #280D99;
}
.TagClassName
{
border-color: #280D99;
}
</style>