Shades of Ultramarine #28219C
Tints of Ultramarine #28219C
RGB
CMYK
RGB Variations
Color information
#28219C (or 0x28219C) is known color: Ultramarine. HEX triplet: 28, 21 and 9C. RGB value is (40,33,156). Sum of RGB (Red+Green+Blue) = 40+33+156=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 156 (61.33% from 255 or 68.12% from 229); Max value from RGB is 156 - color contains mainly: blue. Hex color #28219C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28219C is #D7DE63. Grayscale: #303030. Windows color (decimal): -14147172 or 10232104. OLE color: 10232104.
HSL color Cylindrical-coordinate representation of color #28219C: hue angle of 243.41º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28219C is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 33 | 156 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.39 |
| HSL | 243.41º | 0.65% | 0.37% | - |
| HSV(B) | 243.41º | 0.79% | 0.61% | - |
| XYZ | 7.42 | 3.94 | 31.82 | - |
| YUV | 49.12 | 188.32 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 33 | 156 | 0.74 | 0.79 | 0 | 0.39 | 243.41 | 0.65 | 0.37 |
| Hex | 28 | 21 | 9C | 4A | 4F | 0 | 27 | F3 | 41 | 25 |
| Octal | 50 | 41 | 234 | 112 | 117 | 0 | 47 | 363 | 101 | 45 |
| Binary | 101000 | 100001 | 10011100 | 1001010 | 1001111 | 0 | 100111 | 11110011 | 1000001 | 100101 |
Color Harmonies of #28219C
Complementary color
Monochromatic Colors of #28219C
Black with #28219C
Text Example
Text Example
White with #28219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28219C; }
p { color: rgb(40,33,156); }
H1.HeaderClassName
{
color: #28219C;
}
.AnyTagClassName
{
color: #28219C;
}
</style>
background-color css
<style>
a { background-color: #28219C; }
a { background-color: rgb(40,33,156); }
div.DivClassName
{
background-color: #28219C;
}
.BgClassName
{
background-color: #28219C;
}
</style>
border-color css
<style>
span { border-color: #28219C; }
span { border-color: rgb(40,33,156); }
td.TdClassName
{
border-color: #28219C;
}
.TagClassName
{
border-color: #28219C;
}
</style>