Shades of Ultramarine #281993
Tints of Ultramarine #281993
RGB
CMYK
RGB Variations
Color information
#281993 (or 0x281993) is known color: Ultramarine. HEX triplet: 28, 19 and 93. RGB value is (40,25,147). Sum of RGB (Red+Green+Blue) = 40+25+147=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 147 (57.81% from 255 or 69.34% from 212); Max value from RGB is 147 - color contains mainly: blue. Hex color #281993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281993 is #D7E66C. Grayscale: #2A2A2A. Windows color (decimal): -14149229 or 9640232. OLE color: 9640232.
HSL color Cylindrical-coordinate representation of color #281993: hue angle of 247.38º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #281993 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 25 | 147 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.42 |
| HSL | 247.38º | 0.71% | 0.34% | - |
| HSV(B) | 247.38º | 0.83% | 0.58% | - |
| XYZ | 6.49 | 3.25 | 27.89 | - |
| YUV | 43.39 | 186.47 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 147 | 0.73 | 0.83 | 0 | 0.42 | 247.38 | 0.71 | 0.34 |
| Hex | 28 | 19 | 93 | 49 | 53 | 0 | 2A | F7 | 47 | 22 |
| Octal | 50 | 31 | 223 | 111 | 123 | 0 | 52 | 367 | 107 | 42 |
| Binary | 101000 | 11001 | 10010011 | 1001001 | 1010011 | 0 | 101010 | 11110111 | 1000111 | 100010 |
Color Harmonies of #281993
Complementary color
Monochromatic Colors of #281993
Black with #281993
Text Example
Text Example
White with #281993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281993; }
p { color: rgb(40,25,147); }
H1.HeaderClassName
{
color: #281993;
}
.AnyTagClassName
{
color: #281993;
}
</style>
background-color css
<style>
a { background-color: #281993; }
a { background-color: rgb(40,25,147); }
div.DivClassName
{
background-color: #281993;
}
.BgClassName
{
background-color: #281993;
}
</style>
border-color css
<style>
span { border-color: #281993; }
span { border-color: rgb(40,25,147); }
td.TdClassName
{
border-color: #281993;
}
.TagClassName
{
border-color: #281993;
}
</style>