Shades of Ultramarine #28139A
Tints of Ultramarine #28139A
RGB
CMYK
RGB Variations
Color information
#28139A (or 0x28139A) is known color: Ultramarine. HEX triplet: 28, 13 and 9A. RGB value is (40,19,154). Sum of RGB (Red+Green+Blue) = 40+19+154=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 154 (60.55% from 255 or 72.30% from 213); Max value from RGB is 154 - color contains mainly: blue. Hex color #28139A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28139A is #D7EC65. Grayscale: #282828. Windows color (decimal): -14150758 or 10097448. OLE color: 10097448.
HSL color Cylindrical-coordinate representation of color #28139A: hue angle of 249.33º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28139A is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 19 | 154 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.40 |
| HSL | 249.33º | 0.78% | 0.34% | - |
| HSV(B) | 249.33º | 0.88% | 0.6% | - |
| XYZ | 6.94 | 3.25 | 30.83 | - |
| YUV | 40.67 | 191.96 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 19 | 154 | 0.74 | 0.88 | 0 | 0.40 | 249.33 | 0.78 | 0.34 |
| Hex | 28 | 13 | 9A | 4A | 58 | 0 | 28 | F9 | 4E | 22 |
| Octal | 50 | 23 | 232 | 112 | 130 | 0 | 50 | 371 | 116 | 42 |
| Binary | 101000 | 10011 | 10011010 | 1001010 | 1011000 | 0 | 101000 | 11111001 | 1001110 | 100010 |
Color Harmonies of #28139A
Complementary color
Monochromatic Colors of #28139A
Black with #28139A
Text Example
Text Example
White with #28139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28139A; }
p { color: rgb(40,19,154); }
H1.HeaderClassName
{
color: #28139A;
}
.AnyTagClassName
{
color: #28139A;
}
</style>
background-color css
<style>
a { background-color: #28139A; }
a { background-color: rgb(40,19,154); }
div.DivClassName
{
background-color: #28139A;
}
.BgClassName
{
background-color: #28139A;
}
</style>
border-color css
<style>
span { border-color: #28139A; }
span { border-color: rgb(40,19,154); }
td.TdClassName
{
border-color: #28139A;
}
.TagClassName
{
border-color: #28139A;
}
</style>