Shades of Ultramarine #282091
Tints of Ultramarine #282091
RGB
CMYK
RGB Variations
Color information
#282091 (or 0x282091) is known color: Ultramarine. HEX triplet: 28, 20 and 91. RGB value is (40,32,145). Sum of RGB (Red+Green+Blue) = 40+32+145=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 145 (57.03% from 255 or 66.82% from 217); Max value from RGB is 145 - color contains mainly: blue. Hex color #282091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282091 is #D7DF6E. Grayscale: #2E2E2E. Windows color (decimal): -14147439 or 9510952. OLE color: 9510952.
HSL color Cylindrical-coordinate representation of color #282091: hue angle of 244.25º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #282091 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 32 | 145 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.43 |
| HSL | 244.25º | 0.64% | 0.35% | - |
| HSV(B) | 244.25º | 0.78% | 0.57% | - |
| XYZ | 6.5 | 3.53 | 27.13 | - |
| YUV | 47.27 | 183.15 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 145 | 0.72 | 0.78 | 0 | 0.43 | 244.25 | 0.64 | 0.35 |
| Hex | 28 | 20 | 91 | 48 | 4E | 0 | 2B | F4 | 40 | 23 |
| Octal | 50 | 40 | 221 | 110 | 116 | 0 | 53 | 364 | 100 | 43 |
| Binary | 101000 | 100000 | 10010001 | 1001000 | 1001110 | 0 | 101011 | 11110100 | 1000000 | 100011 |
Color Harmonies of #282091
Complementary color
Monochromatic Colors of #282091
Black with #282091
Text Example
Text Example
White with #282091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282091; }
p { color: rgb(40,32,145); }
H1.HeaderClassName
{
color: #282091;
}
.AnyTagClassName
{
color: #282091;
}
</style>
background-color css
<style>
a { background-color: #282091; }
a { background-color: rgb(40,32,145); }
div.DivClassName
{
background-color: #282091;
}
.BgClassName
{
background-color: #282091;
}
</style>
border-color css
<style>
span { border-color: #282091; }
span { border-color: rgb(40,32,145); }
td.TdClassName
{
border-color: #282091;
}
.TagClassName
{
border-color: #282091;
}
</style>