Shades of Ultramarine #28218B
Tints of Ultramarine #28218B
RGB
CMYK
RGB Variations
Color information
#28218B (or 0x28218B) is known color: Ultramarine. HEX triplet: 28, 21 and 8B. RGB value is (40,33,139). Sum of RGB (Red+Green+Blue) = 40+33+139=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 139 (54.69% from 255 or 65.57% from 212); Max value from RGB is 139 - color contains mainly: blue. Hex color #28218B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28218B is #D7DE74. Grayscale: #2E2E2E. Windows color (decimal): -14147189 or 9117992. OLE color: 9117992.
HSL color Cylindrical-coordinate representation of color #28218B: hue angle of 243.96º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28218B is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 33 | 139 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.45 |
| HSL | 243.96º | 0.62% | 0.34% | - |
| HSV(B) | 243.96º | 0.76% | 0.55% | - |
| XYZ | 6.08 | 3.4 | 24.76 | - |
| YUV | 47.18 | 179.82 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 33 | 139 | 0.71 | 0.76 | 0 | 0.45 | 243.96 | 0.62 | 0.34 |
| Hex | 28 | 21 | 8B | 47 | 4C | 0 | 2D | F4 | 3E | 22 |
| Octal | 50 | 41 | 213 | 107 | 114 | 0 | 55 | 364 | 76 | 42 |
| Binary | 101000 | 100001 | 10001011 | 1000111 | 1001100 | 0 | 101101 | 11110100 | 111110 | 100010 |
Color Harmonies of #28218B
Complementary color
Monochromatic Colors of #28218B
Black with #28218B
Text Example
Text Example
White with #28218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28218B; }
p { color: rgb(40,33,139); }
H1.HeaderClassName
{
color: #28218B;
}
.AnyTagClassName
{
color: #28218B;
}
</style>
background-color css
<style>
a { background-color: #28218B; }
a { background-color: rgb(40,33,139); }
div.DivClassName
{
background-color: #28218B;
}
.BgClassName
{
background-color: #28218B;
}
</style>
border-color css
<style>
span { border-color: #28218B; }
span { border-color: rgb(40,33,139); }
td.TdClassName
{
border-color: #28218B;
}
.TagClassName
{
border-color: #28218B;
}
</style>