Shades of Ultramarine #28189F
Tints of Ultramarine #28189F
RGB
CMYK
RGB Variations
Color information
#28189F (or 0x28189F) is known color: Ultramarine. HEX triplet: 28, 18 and 9F. RGB value is (40,24,159). Sum of RGB (Red+Green+Blue) = 40+24+159=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 159 (62.5% from 255 or 71.30% from 223); Max value from RGB is 159 - color contains mainly: blue. Hex color #28189F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28189F is #D7E760. Grayscale: #2B2B2B. Windows color (decimal): -14149473 or 10426408. OLE color: 10426408.
HSL color Cylindrical-coordinate representation of color #28189F: hue angle of 247.11º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28189F is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 24 | 159 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.38 |
| HSL | 247.11º | 0.74% | 0.36% | - |
| HSV(B) | 247.11º | 0.85% | 0.62% | - |
| XYZ | 7.46 | 3.61 | 33.1 | - |
| YUV | 44.17 | 192.8 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 24 | 159 | 0.75 | 0.85 | 0 | 0.38 | 247.11 | 0.74 | 0.36 |
| Hex | 28 | 18 | 9F | 4B | 55 | 0 | 26 | F7 | 4A | 24 |
| Octal | 50 | 30 | 237 | 113 | 125 | 0 | 46 | 367 | 112 | 44 |
| Binary | 101000 | 11000 | 10011111 | 1001011 | 1010101 | 0 | 100110 | 11110111 | 1001010 | 100100 |
Color Harmonies of #28189F
Complementary color
Monochromatic Colors of #28189F
Black with #28189F
Text Example
Text Example
White with #28189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28189F; }
p { color: rgb(40,24,159); }
H1.HeaderClassName
{
color: #28189F;
}
.AnyTagClassName
{
color: #28189F;
}
</style>
background-color css
<style>
a { background-color: #28189F; }
a { background-color: rgb(40,24,159); }
div.DivClassName
{
background-color: #28189F;
}
.BgClassName
{
background-color: #28189F;
}
</style>
border-color css
<style>
span { border-color: #28189F; }
span { border-color: rgb(40,24,159); }
td.TdClassName
{
border-color: #28189F;
}
.TagClassName
{
border-color: #28189F;
}
</style>