Shades of Ultramarine #28249E
Tints of Ultramarine #28249E
RGB
CMYK
RGB Variations
Color information
#28249E (or 0x28249E) is known color: Ultramarine. HEX triplet: 28, 24 and 9E. RGB value is (40,36,158). Sum of RGB (Red+Green+Blue) = 40+36+158=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 158 (62.11% from 255 or 67.52% from 234); Max value from RGB is 158 - color contains mainly: blue. Hex color #28249E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28249E is #D7DB61. Grayscale: #323232. Windows color (decimal): -14146402 or 10363944. OLE color: 10363944.
HSL color Cylindrical-coordinate representation of color #28249E: hue angle of 241.97º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28249E is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 36 | 158 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.38 |
| HSL | 241.97º | 0.63% | 0.38% | - |
| HSV(B) | 241.97º | 0.77% | 0.62% | - |
| XYZ | 7.68 | 4.18 | 32.75 | - |
| YUV | 51.1 | 188.33 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 158 | 0.75 | 0.77 | 0 | 0.38 | 241.97 | 0.63 | 0.38 |
| Hex | 28 | 24 | 9E | 4B | 4D | 0 | 26 | F2 | 3F | 26 |
| Octal | 50 | 44 | 236 | 113 | 115 | 0 | 46 | 362 | 77 | 46 |
| Binary | 101000 | 100100 | 10011110 | 1001011 | 1001101 | 0 | 100110 | 11110010 | 111111 | 100110 |
Color Harmonies of #28249E
Complementary color
Monochromatic Colors of #28249E
Black with #28249E
Text Example
Text Example
White with #28249E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28249E; }
p { color: rgb(40,36,158); }
H1.HeaderClassName
{
color: #28249E;
}
.AnyTagClassName
{
color: #28249E;
}
</style>
background-color css
<style>
a { background-color: #28249E; }
a { background-color: rgb(40,36,158); }
div.DivClassName
{
background-color: #28249E;
}
.BgClassName
{
background-color: #28249E;
}
</style>
border-color css
<style>
span { border-color: #28249E; }
span { border-color: rgb(40,36,158); }
td.TdClassName
{
border-color: #28249E;
}
.TagClassName
{
border-color: #28249E;
}
</style>