Shades of Ultramarine #282095
Tints of Ultramarine #282095
RGB
CMYK
RGB Variations
Color information
#282095 (or 0x282095) is known color: Ultramarine. HEX triplet: 28, 20 and 95. RGB value is (40,32,149). Sum of RGB (Red+Green+Blue) = 40+32+149=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #282095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282095 is #D7DF6A. Grayscale: #2F2F2F. Windows color (decimal): -14147435 or 9773096. OLE color: 9773096.
HSL color Cylindrical-coordinate representation of color #282095: hue angle of 244.1º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #282095 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 32 | 149 | - |
| CMYK | 0.73 | 0.79 | 0 | 0.42 |
| HSL | 244.1º | 0.65% | 0.35% | - |
| HSV(B) | 244.1º | 0.79% | 0.58% | - |
| XYZ | 6.82 | 3.65 | 28.78 | - |
| YUV | 47.73 | 185.15 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 149 | 0.73 | 0.79 | 0 | 0.42 | 244.1 | 0.65 | 0.35 |
| Hex | 28 | 20 | 95 | 49 | 4F | 0 | 2A | F4 | 41 | 23 |
| Octal | 50 | 40 | 225 | 111 | 117 | 0 | 52 | 364 | 101 | 43 |
| Binary | 101000 | 100000 | 10010101 | 1001001 | 1001111 | 0 | 101010 | 11110100 | 1000001 | 100011 |
Color Harmonies of #282095
Complementary color
Monochromatic Colors of #282095
Black with #282095
Text Example
Text Example
White with #282095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282095; }
p { color: rgb(40,32,149); }
H1.HeaderClassName
{
color: #282095;
}
.AnyTagClassName
{
color: #282095;
}
</style>
background-color css
<style>
a { background-color: #282095; }
a { background-color: rgb(40,32,149); }
div.DivClassName
{
background-color: #282095;
}
.BgClassName
{
background-color: #282095;
}
</style>
border-color css
<style>
span { border-color: #282095; }
span { border-color: rgb(40,32,149); }
td.TdClassName
{
border-color: #282095;
}
.TagClassName
{
border-color: #282095;
}
</style>