Shades of Ultramarine #28219A
Tints of Ultramarine #28219A
RGB
CMYK
RGB Variations
Color information
#28219A (or 0x28219A) is known color: Ultramarine. HEX triplet: 28, 21 and 9A. RGB value is (40,33,154). Sum of RGB (Red+Green+Blue) = 40+33+154=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 154 (60.55% from 255 or 67.84% from 227); Max value from RGB is 154 - color contains mainly: blue. Hex color #28219A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28219A is #D7DE65. Grayscale: #303030. Windows color (decimal): -14147174 or 10101032. OLE color: 10101032.
HSL color Cylindrical-coordinate representation of color #28219A: hue angle of 243.47º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28219A is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 33 | 154 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.40 |
| HSL | 243.47º | 0.65% | 0.37% | - |
| HSV(B) | 243.47º | 0.79% | 0.6% | - |
| XYZ | 7.25 | 3.87 | 30.94 | - |
| YUV | 48.89 | 187.32 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 33 | 154 | 0.74 | 0.79 | 0 | 0.40 | 243.47 | 0.65 | 0.37 |
| Hex | 28 | 21 | 9A | 4A | 4F | 0 | 28 | F3 | 41 | 25 |
| Octal | 50 | 41 | 232 | 112 | 117 | 0 | 50 | 363 | 101 | 45 |
| Binary | 101000 | 100001 | 10011010 | 1001010 | 1001111 | 0 | 101000 | 11110011 | 1000001 | 100101 |
Color Harmonies of #28219A
Complementary color
Monochromatic Colors of #28219A
Black with #28219A
Text Example
Text Example
White with #28219A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28219A; }
p { color: rgb(40,33,154); }
H1.HeaderClassName
{
color: #28219A;
}
.AnyTagClassName
{
color: #28219A;
}
</style>
background-color css
<style>
a { background-color: #28219A; }
a { background-color: rgb(40,33,154); }
div.DivClassName
{
background-color: #28219A;
}
.BgClassName
{
background-color: #28219A;
}
</style>
border-color css
<style>
span { border-color: #28219A; }
span { border-color: rgb(40,33,154); }
td.TdClassName
{
border-color: #28219A;
}
.TagClassName
{
border-color: #28219A;
}
</style>