Shades of Ultramarine #28199F
Tints of Ultramarine #28199F
RGB
CMYK
RGB Variations
Color information
#28199F (or 0x28199F) is known color: Ultramarine. HEX triplet: 28, 19 and 9F. RGB value is (40,25,159). Sum of RGB (Red+Green+Blue) = 40+25+159=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 159 (62.5% from 255 or 70.98% from 224); Max value from RGB is 159 - color contains mainly: blue. Hex color #28199F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28199F is #D7E660. Grayscale: #2C2C2C. Windows color (decimal): -14149217 or 10426664. OLE color: 10426664.
HSL color Cylindrical-coordinate representation of color #28199F: hue angle of 246.72º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28199F is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 25 | 159 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.38 |
| HSL | 246.72º | 0.73% | 0.36% | - |
| HSV(B) | 246.72º | 0.84% | 0.62% | - |
| XYZ | 7.48 | 3.65 | 33.11 | - |
| YUV | 44.76 | 192.47 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 159 | 0.75 | 0.84 | 0 | 0.38 | 246.72 | 0.73 | 0.36 |
| Hex | 28 | 19 | 9F | 4B | 54 | 0 | 26 | F7 | 49 | 24 |
| Octal | 50 | 31 | 237 | 113 | 124 | 0 | 46 | 367 | 111 | 44 |
| Binary | 101000 | 11001 | 10011111 | 1001011 | 1010100 | 0 | 100110 | 11110111 | 1001001 | 100100 |
Color Harmonies of #28199F
Complementary color
Monochromatic Colors of #28199F
Black with #28199F
Text Example
Text Example
White with #28199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28199F; }
p { color: rgb(40,25,159); }
H1.HeaderClassName
{
color: #28199F;
}
.AnyTagClassName
{
color: #28199F;
}
</style>
background-color css
<style>
a { background-color: #28199F; }
a { background-color: rgb(40,25,159); }
div.DivClassName
{
background-color: #28199F;
}
.BgClassName
{
background-color: #28199F;
}
</style>
border-color css
<style>
span { border-color: #28199F; }
span { border-color: rgb(40,25,159); }
td.TdClassName
{
border-color: #28199F;
}
.TagClassName
{
border-color: #28199F;
}
</style>