Shades of Ultramarine #281996
Tints of Ultramarine #281996
RGB
CMYK
RGB Variations
Color information
#281996 (or 0x281996) is known color: Ultramarine. HEX triplet: 28, 19 and 96. RGB value is (40,25,150). Sum of RGB (Red+Green+Blue) = 40+25+150=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 150 (58.98% from 255 or 69.77% from 215); Max value from RGB is 150 - color contains mainly: blue. Hex color #281996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281996 is #D7E669. Grayscale: #2B2B2B. Windows color (decimal): -14149226 or 9836840. OLE color: 9836840.
HSL color Cylindrical-coordinate representation of color #281996: hue angle of 247.2º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #281996 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 25 | 150 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.41 |
| HSL | 247.2º | 0.71% | 0.34% | - |
| HSV(B) | 247.2º | 0.83% | 0.59% | - |
| XYZ | 6.73 | 3.35 | 29.15 | - |
| YUV | 43.74 | 187.97 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 150 | 0.73 | 0.83 | 0 | 0.41 | 247.2 | 0.71 | 0.34 |
| Hex | 28 | 19 | 96 | 49 | 53 | 0 | 29 | F7 | 47 | 22 |
| Octal | 50 | 31 | 226 | 111 | 123 | 0 | 51 | 367 | 107 | 42 |
| Binary | 101000 | 11001 | 10010110 | 1001001 | 1010011 | 0 | 101001 | 11110111 | 1000111 | 100010 |
Color Harmonies of #281996
Complementary color
Monochromatic Colors of #281996
Black with #281996
Text Example
Text Example
White with #281996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281996; }
p { color: rgb(40,25,150); }
H1.HeaderClassName
{
color: #281996;
}
.AnyTagClassName
{
color: #281996;
}
</style>
background-color css
<style>
a { background-color: #281996; }
a { background-color: rgb(40,25,150); }
div.DivClassName
{
background-color: #281996;
}
.BgClassName
{
background-color: #281996;
}
</style>
border-color css
<style>
span { border-color: #281996; }
span { border-color: rgb(40,25,150); }
td.TdClassName
{
border-color: #281996;
}
.TagClassName
{
border-color: #281996;
}
</style>