Shades of Ultramarine #280494
Tints of Ultramarine #280494
RGB
CMYK
RGB Variations
Color information
#280494 (or 0x280494) is known color: Ultramarine. HEX triplet: 28, 04 and 94. RGB value is (40,4,148). Sum of RGB (Red+Green+Blue) = 40+4+148=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 148 (58.20% from 255 or 77.08% from 192); Max value from RGB is 148 - color contains mainly: blue. Hex color #280494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280494 is #D7FB6B. Grayscale: #1E1E1E. Windows color (decimal): -14154604 or 9700392. OLE color: 9700392.
HSL color Cylindrical-coordinate representation of color #280494: hue angle of 255º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #280494 is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 4 | 148 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.42 |
| HSL | 255º | 0.95% | 0.3% | - |
| HSV(B) | 255º | 0.97% | 0.58% | - |
| XYZ | 6.26 | 2.68 | 28.2 | - |
| YUV | 31.18 | 193.93 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 4 | 148 | 0.73 | 0.97 | 0 | 0.42 | 255 | 0.95 | 0.3 |
| Hex | 28 | 4 | 94 | 49 | 61 | 0 | 2A | FF | 5F | 1E |
| Octal | 50 | 4 | 224 | 111 | 141 | 0 | 52 | 377 | 137 | 36 |
| Binary | 101000 | 100 | 10010100 | 1001001 | 1100001 | 0 | 101010 | 11111111 | 1011111 | 11110 |
Color Harmonies of #280494
Complementary color
Monochromatic Colors of #280494
Black with #280494
Text Example
Text Example
White with #280494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280494; }
p { color: rgb(40,4,148); }
H1.HeaderClassName
{
color: #280494;
}
.AnyTagClassName
{
color: #280494;
}
</style>
background-color css
<style>
a { background-color: #280494; }
a { background-color: rgb(40,4,148); }
div.DivClassName
{
background-color: #280494;
}
.BgClassName
{
background-color: #280494;
}
</style>
border-color css
<style>
span { border-color: #280494; }
span { border-color: rgb(40,4,148); }
td.TdClassName
{
border-color: #280494;
}
.TagClassName
{
border-color: #280494;
}
</style>