Shades of Ultramarine #280595
Tints of Ultramarine #280595
RGB
CMYK
RGB Variations
Color information
#280595 (or 0x280595) is known color: Ultramarine. HEX triplet: 28, 05 and 95. RGB value is (40,5,149). Sum of RGB (Red+Green+Blue) = 40+5+149=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 149 (58.59% from 255 or 76.80% from 194); Max value from RGB is 149 - color contains mainly: blue. Hex color #280595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280595 is #D7FA6A. Grayscale: #1F1F1F. Windows color (decimal): -14154347 or 9766184. OLE color: 9766184.
HSL color Cylindrical-coordinate representation of color #280595: hue angle of 254.58º degrees, saturation: 0.94, 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 #280595 is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 5 | 149 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.42 |
| HSL | 254.58º | 0.94% | 0.3% | - |
| HSV(B) | 254.58º | 0.97% | 0.58% | - |
| XYZ | 6.35 | 2.73 | 28.63 | - |
| YUV | 31.88 | 194.1 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 149 | 0.73 | 0.97 | 0 | 0.42 | 254.58 | 0.94 | 0.3 |
| Hex | 28 | 5 | 95 | 49 | 61 | 0 | 2A | FF | 5E | 1E |
| Octal | 50 | 5 | 225 | 111 | 141 | 0 | 52 | 377 | 136 | 36 |
| Binary | 101000 | 101 | 10010101 | 1001001 | 1100001 | 0 | 101010 | 11111111 | 1011110 | 11110 |
Color Harmonies of #280595
Complementary color
Monochromatic Colors of #280595
Black with #280595
Text Example
Text Example
White with #280595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280595; }
p { color: rgb(40,5,149); }
H1.HeaderClassName
{
color: #280595;
}
.AnyTagClassName
{
color: #280595;
}
</style>
background-color css
<style>
a { background-color: #280595; }
a { background-color: rgb(40,5,149); }
div.DivClassName
{
background-color: #280595;
}
.BgClassName
{
background-color: #280595;
}
</style>
border-color css
<style>
span { border-color: #280595; }
span { border-color: rgb(40,5,149); }
td.TdClassName
{
border-color: #280595;
}
.TagClassName
{
border-color: #280595;
}
</style>