Shades of Ultramarine #282099
Tints of Ultramarine #282099
RGB
CMYK
RGB Variations
Color information
#282099 (or 0x282099) is known color: Ultramarine. HEX triplet: 28, 20 and 99. RGB value is (40,32,153). Sum of RGB (Red+Green+Blue) = 40+32+153=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #282099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282099 is #D7DF66. Grayscale: #2F2F2F. Windows color (decimal): -14147431 or 10035240. OLE color: 10035240.
HSL color Cylindrical-coordinate representation of color #282099: hue angle of 243.97º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #282099 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 32 | 153 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.4 |
| HSL | 243.97º | 0.65% | 0.36% | - |
| HSV(B) | 243.97º | 0.79% | 0.6% | - |
| XYZ | 7.14 | 3.78 | 30.49 | - |
| YUV | 48.19 | 187.15 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 153 | 0.74 | 0.79 | 0 | 0.4 | 243.97 | 0.65 | 0.36 |
| Hex | 28 | 20 | 99 | 4A | 4F | 0 | 28 | F4 | 41 | 24 |
| Octal | 50 | 40 | 231 | 112 | 117 | 0 | 50 | 364 | 101 | 44 |
| Binary | 101000 | 100000 | 10011001 | 1001010 | 1001111 | 0 | 101000 | 11110100 | 1000001 | 100100 |
Color Harmonies of #282099
Complementary color
Monochromatic Colors of #282099
Black with #282099
Text Example
Text Example
White with #282099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282099; }
p { color: rgb(40,32,153); }
H1.HeaderClassName
{
color: #282099;
}
.AnyTagClassName
{
color: #282099;
}
</style>
background-color css
<style>
a { background-color: #282099; }
a { background-color: rgb(40,32,153); }
div.DivClassName
{
background-color: #282099;
}
.BgClassName
{
background-color: #282099;
}
</style>
border-color css
<style>
span { border-color: #282099; }
span { border-color: rgb(40,32,153); }
td.TdClassName
{
border-color: #282099;
}
.TagClassName
{
border-color: #282099;
}
</style>