Shades of Ultramarine #282599
Tints of Ultramarine #282599
RGB
CMYK
RGB Variations
Color information
#282599 (or 0x282599) is known color: Ultramarine. HEX triplet: 28, 25 and 99. RGB value is (40,37,153). Sum of RGB (Red+Green+Blue) = 40+37+153=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 153 (60.16% from 255 or 66.52% from 230); Max value from RGB is 153 - color contains mainly: blue. Hex color #282599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282599 is #D7DA66. Grayscale: #323232. Windows color (decimal): -14146151 or 10036520. OLE color: 10036520.
HSL color Cylindrical-coordinate representation of color #282599: hue angle of 241.55º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #282599 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 37 | 153 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.4 |
| HSL | 241.55º | 0.61% | 0.37% | - |
| HSV(B) | 241.55º | 0.76% | 0.6% | - |
| XYZ | 7.29 | 4.07 | 30.54 | - |
| YUV | 51.12 | 185.49 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 153 | 0.74 | 0.76 | 0 | 0.4 | 241.55 | 0.61 | 0.37 |
| Hex | 28 | 25 | 99 | 4A | 4C | 0 | 28 | F2 | 3D | 25 |
| Octal | 50 | 45 | 231 | 112 | 114 | 0 | 50 | 362 | 75 | 45 |
| Binary | 101000 | 100101 | 10011001 | 1001010 | 1001100 | 0 | 101000 | 11110010 | 111101 | 100101 |
Color Harmonies of #282599
Complementary color
Monochromatic Colors of #282599
Black with #282599
Text Example
Text Example
White with #282599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282599; }
p { color: rgb(40,37,153); }
H1.HeaderClassName
{
color: #282599;
}
.AnyTagClassName
{
color: #282599;
}
</style>
background-color css
<style>
a { background-color: #282599; }
a { background-color: rgb(40,37,153); }
div.DivClassName
{
background-color: #282599;
}
.BgClassName
{
background-color: #282599;
}
</style>
border-color css
<style>
span { border-color: #282599; }
span { border-color: rgb(40,37,153); }
td.TdClassName
{
border-color: #282599;
}
.TagClassName
{
border-color: #282599;
}
</style>