Shades of Ultramarine #28099D
Tints of Ultramarine #28099D
RGB
CMYK
RGB Variations
Color information
#28099D (or 0x28099D) is known color: Ultramarine. HEX triplet: 28, 09 and 9D. RGB value is (40,9,157). Sum of RGB (Red+Green+Blue) = 40+9+157=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 157 (61.72% from 255 or 76.21% from 206); Max value from RGB is 157 - color contains mainly: blue. Hex color #28099D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28099D is #D7F662. Grayscale: #222222. Windows color (decimal): -14153315 or 10291496. OLE color: 10291496.
HSL color Cylindrical-coordinate representation of color #28099D: hue angle of 252.57º 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 #28099D is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 9 | 157 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.38 |
| HSL | 252.57º | 0.89% | 0.33% | - |
| HSV(B) | 252.57º | 0.94% | 0.62% | - |
| XYZ | 7.06 | 3.08 | 32.12 | - |
| YUV | 35.14 | 196.77 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 9 | 157 | 0.75 | 0.94 | 0 | 0.38 | 252.57 | 0.89 | 0.33 |
| Hex | 28 | 9 | 9D | 4B | 5E | 0 | 26 | FD | 59 | 21 |
| Octal | 50 | 11 | 235 | 113 | 136 | 0 | 46 | 375 | 131 | 41 |
| Binary | 101000 | 1001 | 10011101 | 1001011 | 1011110 | 0 | 100110 | 11111101 | 1011001 | 100001 |
Color Harmonies of #28099D
Complementary color
Monochromatic Colors of #28099D
Black with #28099D
Text Example
Text Example
White with #28099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28099D; }
p { color: rgb(40,9,157); }
H1.HeaderClassName
{
color: #28099D;
}
.AnyTagClassName
{
color: #28099D;
}
</style>
background-color css
<style>
a { background-color: #28099D; }
a { background-color: rgb(40,9,157); }
div.DivClassName
{
background-color: #28099D;
}
.BgClassName
{
background-color: #28099D;
}
</style>
border-color css
<style>
span { border-color: #28099D; }
span { border-color: rgb(40,9,157); }
td.TdClassName
{
border-color: #28099D;
}
.TagClassName
{
border-color: #28099D;
}
</style>