Shades of Ultramarine #28218F
Tints of Ultramarine #28218F
RGB
CMYK
RGB Variations
Color information
#28218F (or 0x28218F) is known color: Ultramarine. HEX triplet: 28, 21 and 8F. RGB value is (40,33,143). Sum of RGB (Red+Green+Blue) = 40+33+143=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 143 (56.25% from 255 or 66.20% from 216); Max value from RGB is 143 - color contains mainly: blue. Hex color #28218F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28218F is #D7DE70. Grayscale: #2F2F2F. Windows color (decimal): -14147185 or 9380136. OLE color: 9380136.
HSL color Cylindrical-coordinate representation of color #28218F: hue angle of 243.82º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28218F is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 33 | 143 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.44 |
| HSL | 243.82º | 0.63% | 0.35% | - |
| HSV(B) | 243.82º | 0.77% | 0.56% | - |
| XYZ | 6.38 | 3.52 | 26.33 | - |
| YUV | 47.63 | 181.82 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 33 | 143 | 0.72 | 0.77 | 0 | 0.44 | 243.82 | 0.63 | 0.35 |
| Hex | 28 | 21 | 8F | 48 | 4D | 0 | 2C | F4 | 3E | 23 |
| Octal | 50 | 41 | 217 | 110 | 115 | 0 | 54 | 364 | 76 | 43 |
| Binary | 101000 | 100001 | 10001111 | 1001000 | 1001101 | 0 | 101100 | 11110100 | 111110 | 100011 |
Color Harmonies of #28218F
Complementary color
Monochromatic Colors of #28218F
Black with #28218F
Text Example
Text Example
White with #28218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28218F; }
p { color: rgb(40,33,143); }
H1.HeaderClassName
{
color: #28218F;
}
.AnyTagClassName
{
color: #28218F;
}
</style>
background-color css
<style>
a { background-color: #28218F; }
a { background-color: rgb(40,33,143); }
div.DivClassName
{
background-color: #28218F;
}
.BgClassName
{
background-color: #28218F;
}
</style>
border-color css
<style>
span { border-color: #28218F; }
span { border-color: rgb(40,33,143); }
td.TdClassName
{
border-color: #28218F;
}
.TagClassName
{
border-color: #28218F;
}
</style>