Shades of Ultramarine #28139F
Tints of Ultramarine #28139F
RGB
CMYK
RGB Variations
Color information
#28139F (or 0x28139F) is known color: Ultramarine. HEX triplet: 28, 13 and 9F. RGB value is (40,19,159). Sum of RGB (Red+Green+Blue) = 40+19+159=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 159 (62.5% from 255 or 72.94% from 218); Max value from RGB is 159 - color contains mainly: blue. Hex color #28139F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28139F is #D7EC60. Grayscale: #282828. Windows color (decimal): -14150753 or 10425128. OLE color: 10425128.
HSL color Cylindrical-coordinate representation of color #28139F: hue angle of 249º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28139F is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 19 | 159 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.38 |
| HSL | 249º | 0.79% | 0.35% | - |
| HSV(B) | 249º | 0.88% | 0.62% | - |
| XYZ | 7.37 | 3.42 | 33.07 | - |
| YUV | 41.24 | 194.46 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 19 | 159 | 0.75 | 0.88 | 0 | 0.38 | 249 | 0.79 | 0.35 |
| Hex | 28 | 13 | 9F | 4B | 58 | 0 | 26 | F9 | 4F | 23 |
| Octal | 50 | 23 | 237 | 113 | 130 | 0 | 46 | 371 | 117 | 43 |
| Binary | 101000 | 10011 | 10011111 | 1001011 | 1011000 | 0 | 100110 | 11111001 | 1001111 | 100011 |
Color Harmonies of #28139F
Complementary color
Monochromatic Colors of #28139F
Black with #28139F
Text Example
Text Example
White with #28139F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28139F; }
p { color: rgb(40,19,159); }
H1.HeaderClassName
{
color: #28139F;
}
.AnyTagClassName
{
color: #28139F;
}
</style>
background-color css
<style>
a { background-color: #28139F; }
a { background-color: rgb(40,19,159); }
div.DivClassName
{
background-color: #28139F;
}
.BgClassName
{
background-color: #28139F;
}
</style>
border-color css
<style>
span { border-color: #28139F; }
span { border-color: rgb(40,19,159); }
td.TdClassName
{
border-color: #28139F;
}
.TagClassName
{
border-color: #28139F;
}
</style>