Shades of Ultramarine #280296
Tints of Ultramarine #280296
RGB
CMYK
RGB Variations
Color information
#280296 (or 0x280296) is known color: Ultramarine. HEX triplet: 28, 02 and 96. RGB value is (40,2,150). Sum of RGB (Red+Green+Blue) = 40+2+150=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 150 (58.98% from 255 or 78.12% from 192); Max value from RGB is 150 - color contains mainly: blue. Hex color #280296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280296 is #D7FD69. Grayscale: #1D1D1D. Windows color (decimal): -14155114 or 9830952. OLE color: 9830952.
HSL color Cylindrical-coordinate representation of color #280296: hue angle of 255.41º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #280296 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 2 | 150 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.41 |
| HSL | 255.41º | 0.97% | 0.3% | - |
| HSV(B) | 255.41º | 0.99% | 0.59% | - |
| XYZ | 6.4 | 2.7 | 29.04 | - |
| YUV | 30.23 | 195.59 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 150 | 0.73 | 0.99 | 0 | 0.41 | 255.41 | 0.97 | 0.3 |
| Hex | 28 | 2 | 96 | 49 | 63 | 0 | 29 | FF | 61 | 1E |
| Octal | 50 | 2 | 226 | 111 | 143 | 0 | 51 | 377 | 141 | 36 |
| Binary | 101000 | 10 | 10010110 | 1001001 | 1100011 | 0 | 101001 | 11111111 | 1100001 | 11110 |
Color Harmonies of #280296
Complementary color
Monochromatic Colors of #280296
Black with #280296
Text Example
Text Example
White with #280296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280296; }
p { color: rgb(40,2,150); }
H1.HeaderClassName
{
color: #280296;
}
.AnyTagClassName
{
color: #280296;
}
</style>
background-color css
<style>
a { background-color: #280296; }
a { background-color: rgb(40,2,150); }
div.DivClassName
{
background-color: #280296;
}
.BgClassName
{
background-color: #280296;
}
</style>
border-color css
<style>
span { border-color: #280296; }
span { border-color: rgb(40,2,150); }
td.TdClassName
{
border-color: #280296;
}
.TagClassName
{
border-color: #280296;
}
</style>