Shades of Ultramarine #280193
Tints of Ultramarine #280193
RGB
CMYK
RGB Variations
Color information
#280193 (or 0x280193) is known color: Ultramarine. HEX triplet: 28, 01 and 93. RGB value is (40,1,147). Sum of RGB (Red+Green+Blue) = 40+1+147=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 147 (57.81% from 255 or 78.19% from 188); Max value from RGB is 147 - color contains mainly: blue. Hex color #280193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280193 is #D7FE6C. Grayscale: #1C1C1C. Windows color (decimal): -14155373 or 9634088. OLE color: 9634088.
HSL color Cylindrical-coordinate representation of color #280193: hue angle of 256.03º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #280193 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 1 | 147 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.42 |
| HSL | 256.03º | 0.99% | 0.29% | - |
| HSV(B) | 256.03º | 0.99% | 0.58% | - |
| XYZ | 6.15 | 2.58 | 27.78 | - |
| YUV | 29.31 | 194.42 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 147 | 0.73 | 0.99 | 0 | 0.42 | 256.03 | 0.99 | 0.29 |
| Hex | 28 | 1 | 93 | 49 | 63 | 0 | 2A | 100 | 63 | 1D |
| Octal | 50 | 1 | 223 | 111 | 143 | 0 | 52 | 400 | 143 | 35 |
| Binary | 101000 | 1 | 10010011 | 1001001 | 1100011 | 0 | 101010 | 100000000 | 1100011 | 11101 |
Color Harmonies of #280193
Complementary color
Monochromatic Colors of #280193
Black with #280193
Text Example
Text Example
White with #280193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280193; }
p { color: rgb(40,1,147); }
H1.HeaderClassName
{
color: #280193;
}
.AnyTagClassName
{
color: #280193;
}
</style>
background-color css
<style>
a { background-color: #280193; }
a { background-color: rgb(40,1,147); }
div.DivClassName
{
background-color: #280193;
}
.BgClassName
{
background-color: #280193;
}
</style>
border-color css
<style>
span { border-color: #280193; }
span { border-color: rgb(40,1,147); }
td.TdClassName
{
border-color: #280193;
}
.TagClassName
{
border-color: #280193;
}
</style>