Shades of Ultramarine #280E93
Tints of Ultramarine #280E93
RGB
CMYK
RGB Variations
Color information
#280E93 (or 0x280E93) is known color: Ultramarine. HEX triplet: 28, 0E and 93. RGB value is (40,14,147). Sum of RGB (Red+Green+Blue) = 40+14+147=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 147 (57.81% from 255 or 73.13% from 201); Max value from RGB is 147 - color contains mainly: blue. Hex color #280E93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280E93 is #D7F16C. Grayscale: #242424. Windows color (decimal): -14152045 or 9637416. OLE color: 9637416.
HSL color Cylindrical-coordinate representation of color #280E93: hue angle of 251.73º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280E93 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 14 | 147 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.42 |
| HSL | 251.73º | 0.83% | 0.32% | - |
| HSV(B) | 251.73º | 0.9% | 0.58% | - |
| XYZ | 6.3 | 2.87 | 27.83 | - |
| YUV | 36.94 | 190.11 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 147 | 0.73 | 0.90 | 0 | 0.42 | 251.73 | 0.83 | 0.32 |
| Hex | 28 | E | 93 | 49 | 5A | 0 | 2A | FC | 53 | 20 |
| Octal | 50 | 16 | 223 | 111 | 132 | 0 | 52 | 374 | 123 | 40 |
| Binary | 101000 | 1110 | 10010011 | 1001001 | 1011010 | 0 | 101010 | 11111100 | 1010011 | 100000 |
Color Harmonies of #280E93
Complementary color
Monochromatic Colors of #280E93
Black with #280E93
Text Example
Text Example
White with #280E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E93; }
p { color: rgb(40,14,147); }
H1.HeaderClassName
{
color: #280E93;
}
.AnyTagClassName
{
color: #280E93;
}
</style>
background-color css
<style>
a { background-color: #280E93; }
a { background-color: rgb(40,14,147); }
div.DivClassName
{
background-color: #280E93;
}
.BgClassName
{
background-color: #280E93;
}
</style>
border-color css
<style>
span { border-color: #280E93; }
span { border-color: rgb(40,14,147); }
td.TdClassName
{
border-color: #280E93;
}
.TagClassName
{
border-color: #280E93;
}
</style>