Shades of Ultramarine #280292
Tints of Ultramarine #280292
RGB
CMYK
RGB Variations
Color information
#280292 (or 0x280292) is known color: Ultramarine. HEX triplet: 28, 02 and 92. RGB value is (40,2,146). Sum of RGB (Red+Green+Blue) = 40+2+146=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 146 (57.42% from 255 or 77.66% from 188); Max value from RGB is 146 - color contains mainly: blue. Hex color #280292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280292 is #D7FD6D. Grayscale: #1D1D1D. Windows color (decimal): -14155118 or 9568808. OLE color: 9568808.
HSL color Cylindrical-coordinate representation of color #280292: hue angle of 255.83º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #280292 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 2 | 146 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.43 |
| HSL | 255.83º | 0.97% | 0.29% | - |
| HSV(B) | 255.83º | 0.99% | 0.57% | - |
| XYZ | 6.09 | 2.57 | 27.37 | - |
| YUV | 29.78 | 193.59 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 146 | 0.73 | 0.99 | 0 | 0.43 | 255.83 | 0.97 | 0.29 |
| Hex | 28 | 2 | 92 | 49 | 63 | 0 | 2B | 100 | 61 | 1D |
| Octal | 50 | 2 | 222 | 111 | 143 | 0 | 53 | 400 | 141 | 35 |
| Binary | 101000 | 10 | 10010010 | 1001001 | 1100011 | 0 | 101011 | 100000000 | 1100001 | 11101 |
Color Harmonies of #280292
Complementary color
Monochromatic Colors of #280292
Black with #280292
Text Example
Text Example
White with #280292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280292; }
p { color: rgb(40,2,146); }
H1.HeaderClassName
{
color: #280292;
}
.AnyTagClassName
{
color: #280292;
}
</style>
background-color css
<style>
a { background-color: #280292; }
a { background-color: rgb(40,2,146); }
div.DivClassName
{
background-color: #280292;
}
.BgClassName
{
background-color: #280292;
}
</style>
border-color css
<style>
span { border-color: #280292; }
span { border-color: rgb(40,2,146); }
td.TdClassName
{
border-color: #280292;
}
.TagClassName
{
border-color: #280292;
}
</style>