Shades of Ultramarine #280893
Tints of Ultramarine #280893
RGB
CMYK
RGB Variations
Color information
#280893 (or 0x280893) is known color: Ultramarine. HEX triplet: 28, 08 and 93. RGB value is (40,8,147). Sum of RGB (Red+Green+Blue) = 40+8+147=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 147 (57.81% from 255 or 75.38% from 195); Max value from RGB is 147 - color contains mainly: blue. Hex color #280893 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280893 is #D7F76C. Grayscale: #202020. Windows color (decimal): -14153581 or 9635880. OLE color: 9635880.
HSL color Cylindrical-coordinate representation of color #280893: hue angle of 253.81º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280893 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 8 | 147 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.42 |
| HSL | 253.81º | 0.9% | 0.3% | - |
| HSV(B) | 253.81º | 0.95% | 0.58% | - |
| XYZ | 6.23 | 2.73 | 27.8 | - |
| YUV | 33.41 | 192.1 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 8 | 147 | 0.73 | 0.95 | 0 | 0.42 | 253.81 | 0.9 | 0.3 |
| Hex | 28 | 8 | 93 | 49 | 5F | 0 | 2A | FE | 5A | 1E |
| Octal | 50 | 10 | 223 | 111 | 137 | 0 | 52 | 376 | 132 | 36 |
| Binary | 101000 | 1000 | 10010011 | 1001001 | 1011111 | 0 | 101010 | 11111110 | 1011010 | 11110 |
Color Harmonies of #280893
Complementary color
Monochromatic Colors of #280893
Black with #280893
Text Example
Text Example
White with #280893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280893; }
p { color: rgb(40,8,147); }
H1.HeaderClassName
{
color: #280893;
}
.AnyTagClassName
{
color: #280893;
}
</style>
background-color css
<style>
a { background-color: #280893; }
a { background-color: rgb(40,8,147); }
div.DivClassName
{
background-color: #280893;
}
.BgClassName
{
background-color: #280893;
}
</style>
border-color css
<style>
span { border-color: #280893; }
span { border-color: rgb(40,8,147); }
td.TdClassName
{
border-color: #280893;
}
.TagClassName
{
border-color: #280893;
}
</style>