Shades of Ultramarine #28159A
Tints of Ultramarine #28159A
RGB
CMYK
RGB Variations
Color information
#28159A (or 0x28159A) is known color: Ultramarine. HEX triplet: 28, 15 and 9A. RGB value is (40,21,154). Sum of RGB (Red+Green+Blue) = 40+21+154=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 154 (60.55% from 255 or 71.63% from 215); Max value from RGB is 154 - color contains mainly: blue. Hex color #28159A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28159A is #D7EA65. Grayscale: #292929. Windows color (decimal): -14150246 or 10097960. OLE color: 10097960.
HSL color Cylindrical-coordinate representation of color #28159A: hue angle of 248.57º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #28159A is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 21 | 154 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.40 |
| HSL | 248.57º | 0.76% | 0.34% | - |
| HSV(B) | 248.57º | 0.86% | 0.6% | - |
| XYZ | 6.98 | 3.32 | 30.85 | - |
| YUV | 41.84 | 191.29 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 21 | 154 | 0.74 | 0.86 | 0 | 0.40 | 248.57 | 0.76 | 0.34 |
| Hex | 28 | 15 | 9A | 4A | 56 | 0 | 28 | F9 | 4C | 22 |
| Octal | 50 | 25 | 232 | 112 | 126 | 0 | 50 | 371 | 114 | 42 |
| Binary | 101000 | 10101 | 10011010 | 1001010 | 1010110 | 0 | 101000 | 11111001 | 1001100 | 100010 |
Color Harmonies of #28159A
Complementary color
Monochromatic Colors of #28159A
Black with #28159A
Text Example
Text Example
White with #28159A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28159A; }
p { color: rgb(40,21,154); }
H1.HeaderClassName
{
color: #28159A;
}
.AnyTagClassName
{
color: #28159A;
}
</style>
background-color css
<style>
a { background-color: #28159A; }
a { background-color: rgb(40,21,154); }
div.DivClassName
{
background-color: #28159A;
}
.BgClassName
{
background-color: #28159A;
}
</style>
border-color css
<style>
span { border-color: #28159A; }
span { border-color: rgb(40,21,154); }
td.TdClassName
{
border-color: #28159A;
}
.TagClassName
{
border-color: #28159A;
}
</style>