Shades of Ultramarine #280E91
Tints of Ultramarine #280E91
RGB
CMYK
RGB Variations
Color information
#280E91 (or 0x280E91) is known color: Ultramarine. HEX triplet: 28, 0E and 91. RGB value is (40,14,145). Sum of RGB (Red+Green+Blue) = 40+14+145=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 14 (5.86% from 255 or 7.04% from 199); Blue value is 145 (57.03% from 255 or 72.86% from 199); Max value from RGB is 145 - color contains mainly: blue. Hex color #280E91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280E91 is #D7F16E. Grayscale: #242424. Windows color (decimal): -14152047 or 9506344. OLE color: 9506344.
HSL color Cylindrical-coordinate representation of color #280E91: hue angle of 251.91º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280E91 is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 14 | 145 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.43 |
| HSL | 251.91º | 0.82% | 0.31% | - |
| HSV(B) | 251.91º | 0.9% | 0.57% | - |
| XYZ | 6.14 | 2.81 | 27.01 | - |
| YUV | 36.71 | 189.11 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 145 | 0.72 | 0.90 | 0 | 0.43 | 251.91 | 0.82 | 0.31 |
| Hex | 28 | E | 91 | 48 | 5A | 0 | 2B | FC | 52 | 1F |
| Octal | 50 | 16 | 221 | 110 | 132 | 0 | 53 | 374 | 122 | 37 |
| Binary | 101000 | 1110 | 10010001 | 1001000 | 1011010 | 0 | 101011 | 11111100 | 1010010 | 11111 |
Color Harmonies of #280E91
Complementary color
Monochromatic Colors of #280E91
Black with #280E91
Text Example
Text Example
White with #280E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E91; }
p { color: rgb(40,14,145); }
H1.HeaderClassName
{
color: #280E91;
}
.AnyTagClassName
{
color: #280E91;
}
</style>
background-color css
<style>
a { background-color: #280E91; }
a { background-color: rgb(40,14,145); }
div.DivClassName
{
background-color: #280E91;
}
.BgClassName
{
background-color: #280E91;
}
</style>
border-color css
<style>
span { border-color: #280E91; }
span { border-color: rgb(40,14,145); }
td.TdClassName
{
border-color: #280E91;
}
.TagClassName
{
border-color: #280E91;
}
</style>