Shades of Ultramarine #280495
Tints of Ultramarine #280495
RGB
CMYK
RGB Variations
Color information
#280495 (or 0x280495) is known color: Ultramarine. HEX triplet: 28, 04 and 95. RGB value is (40,4,149). Sum of RGB (Red+Green+Blue) = 40+4+149=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 149 (58.59% from 255 or 77.20% from 193); Max value from RGB is 149 - color contains mainly: blue. Hex color #280495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280495 is #D7FB6A. Grayscale: #1E1E1E. Windows color (decimal): -14154603 or 9765928. OLE color: 9765928.
HSL color Cylindrical-coordinate representation of color #280495: hue angle of 254.9º 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 #280495 is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 4 | 149 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.42 |
| HSL | 254.9º | 0.95% | 0.3% | - |
| HSV(B) | 254.9º | 0.97% | 0.58% | - |
| XYZ | 6.34 | 2.71 | 28.62 | - |
| YUV | 31.29 | 194.43 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 4 | 149 | 0.73 | 0.97 | 0 | 0.42 | 254.9 | 0.95 | 0.3 |
| Hex | 28 | 4 | 95 | 49 | 61 | 0 | 2A | FF | 5F | 1E |
| Octal | 50 | 4 | 225 | 111 | 141 | 0 | 52 | 377 | 137 | 36 |
| Binary | 101000 | 100 | 10010101 | 1001001 | 1100001 | 0 | 101010 | 11111111 | 1011111 | 11110 |
Color Harmonies of #280495
Complementary color
Monochromatic Colors of #280495
Black with #280495
Text Example
Text Example
White with #280495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280495; }
p { color: rgb(40,4,149); }
H1.HeaderClassName
{
color: #280495;
}
.AnyTagClassName
{
color: #280495;
}
</style>
background-color css
<style>
a { background-color: #280495; }
a { background-color: rgb(40,4,149); }
div.DivClassName
{
background-color: #280495;
}
.BgClassName
{
background-color: #280495;
}
</style>
border-color css
<style>
span { border-color: #280495; }
span { border-color: rgb(40,4,149); }
td.TdClassName
{
border-color: #280495;
}
.TagClassName
{
border-color: #280495;
}
</style>