Shades of Ultramarine #280E92
Tints of Ultramarine #280E92
RGB
CMYK
RGB Variations
Color information
#280E92 (or 0x280E92) is known color: Ultramarine. HEX triplet: 28, 0E and 92. RGB value is (40,14,146). Sum of RGB (Red+Green+Blue) = 40+14+146=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 14 (5.86% from 255 or 7% from 200); Blue value is 146 (57.42% from 255 or 73% from 200); Max value from RGB is 146 - color contains mainly: blue. Hex color #280E92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280E92 is #D7F16D. Grayscale: #242424. Windows color (decimal): -14152046 or 9571880. OLE color: 9571880.
HSL color Cylindrical-coordinate representation of color #280E92: hue angle of 251.82º 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 #280E92 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 14 | 146 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.43 |
| HSL | 251.82º | 0.83% | 0.31% | - |
| HSV(B) | 251.82º | 0.9% | 0.57% | - |
| XYZ | 6.22 | 2.84 | 27.41 | - |
| YUV | 36.82 | 189.61 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 146 | 0.73 | 0.90 | 0 | 0.43 | 251.82 | 0.83 | 0.31 |
| Hex | 28 | E | 92 | 49 | 5A | 0 | 2B | FC | 52 | 1F |
| Octal | 50 | 16 | 222 | 111 | 132 | 0 | 53 | 374 | 122 | 37 |
| Binary | 101000 | 1110 | 10010010 | 1001001 | 1011010 | 0 | 101011 | 11111100 | 1010010 | 11111 |
Color Harmonies of #280E92
Complementary color
Monochromatic Colors of #280E92
Black with #280E92
Text Example
Text Example
White with #280E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E92; }
p { color: rgb(40,14,146); }
H1.HeaderClassName
{
color: #280E92;
}
.AnyTagClassName
{
color: #280E92;
}
</style>
background-color css
<style>
a { background-color: #280E92; }
a { background-color: rgb(40,14,146); }
div.DivClassName
{
background-color: #280E92;
}
.BgClassName
{
background-color: #280E92;
}
</style>
border-color css
<style>
span { border-color: #280E92; }
span { border-color: rgb(40,14,146); }
td.TdClassName
{
border-color: #280E92;
}
.TagClassName
{
border-color: #280E92;
}
</style>