Shades of Ultramarine #280092
Tints of Ultramarine #280092
RGB
CMYK
RGB Variations
Color information
#280092 (or 0x280092) is known color: Ultramarine. HEX triplet: 28, 00 and 92. RGB value is (40,0,146). Sum of RGB (Red+Green+Blue) = 40+0+146=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 146 (57.42% from 255 or 78.49% from 186); Max value from RGB is 146 - color contains mainly: blue. Hex color #280092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280092 is #D7FF6D. Grayscale: #1C1C1C. Windows color (decimal): -14155630 or 9568296. OLE color: 9568296.
HSL color Cylindrical-coordinate representation of color #280092: hue angle of 256.44º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #280092 is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 0 | 146 | - |
| CMYK | 0.73 | 1 | 0 | 0.43 |
| HSL | 256.44º | 1% | 0.29% | - |
| HSV(B) | 256.44º | 1% | 0.57% | - |
| XYZ | 6.06 | 2.53 | 27.36 | - |
| YUV | 28.6 | 194.25 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 146 | 0.73 | 1 | 0 | 0.43 | 256.44 | 1 | 0.29 |
| Hex | 28 | 0 | 92 | 49 | 64 | 0 | 2B | 100 | 64 | 1D |
| Octal | 50 | 0 | 222 | 111 | 144 | 0 | 53 | 400 | 144 | 35 |
| Binary | 101000 | 0 | 10010010 | 1001001 | 1100100 | 0 | 101011 | 100000000 | 1100100 | 11101 |
Color Harmonies of #280092
Complementary color
Monochromatic Colors of #280092
Black with #280092
Text Example
Text Example
White with #280092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280092; }
p { color: rgb(40,0,146); }
H1.HeaderClassName
{
color: #280092;
}
.AnyTagClassName
{
color: #280092;
}
</style>
background-color css
<style>
a { background-color: #280092; }
a { background-color: rgb(40,0,146); }
div.DivClassName
{
background-color: #280092;
}
.BgClassName
{
background-color: #280092;
}
</style>
border-color css
<style>
span { border-color: #280092; }
span { border-color: rgb(40,0,146); }
td.TdClassName
{
border-color: #280092;
}
.TagClassName
{
border-color: #280092;
}
</style>