Shades of Ultramarine #28099F
Tints of Ultramarine #28099F
RGB
CMYK
RGB Variations
Color information
#28099F (or 0x28099F) is known color: Ultramarine. HEX triplet: 28, 09 and 9F. RGB value is (40,9,159). Sum of RGB (Red+Green+Blue) = 40+9+159=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 159 (62.5% from 255 or 76.44% from 208); Max value from RGB is 159 - color contains mainly: blue. Hex color #28099F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28099F is #D7F660. Grayscale: #222222. Windows color (decimal): -14153313 or 10422568. OLE color: 10422568.
HSL color Cylindrical-coordinate representation of color #28099F: hue angle of 252.4º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #28099F is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 9 | 159 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.38 |
| HSL | 252.4º | 0.89% | 0.33% | - |
| HSV(B) | 252.4º | 0.94% | 0.62% | - |
| XYZ | 7.23 | 3.15 | 33.03 | - |
| YUV | 35.37 | 197.77 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 9 | 159 | 0.75 | 0.94 | 0 | 0.38 | 252.4 | 0.89 | 0.33 |
| Hex | 28 | 9 | 9F | 4B | 5E | 0 | 26 | FC | 59 | 21 |
| Octal | 50 | 11 | 237 | 113 | 136 | 0 | 46 | 374 | 131 | 41 |
| Binary | 101000 | 1001 | 10011111 | 1001011 | 1011110 | 0 | 100110 | 11111100 | 1011001 | 100001 |
Color Harmonies of #28099F
Complementary color
Monochromatic Colors of #28099F
Black with #28099F
Text Example
Text Example
White with #28099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28099F; }
p { color: rgb(40,9,159); }
H1.HeaderClassName
{
color: #28099F;
}
.AnyTagClassName
{
color: #28099F;
}
</style>
background-color css
<style>
a { background-color: #28099F; }
a { background-color: rgb(40,9,159); }
div.DivClassName
{
background-color: #28099F;
}
.BgClassName
{
background-color: #28099F;
}
</style>
border-color css
<style>
span { border-color: #28099F; }
span { border-color: rgb(40,9,159); }
td.TdClassName
{
border-color: #28099F;
}
.TagClassName
{
border-color: #28099F;
}
</style>