Shades of Ultramarine #281592
Tints of Ultramarine #281592
RGB
CMYK
RGB Variations
Color information
#281592 (or 0x281592) is known color: Ultramarine. HEX triplet: 28, 15 and 92. RGB value is (40,21,146). Sum of RGB (Red+Green+Blue) = 40+21+146=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 146 (57.42% from 255 or 70.53% from 207); Max value from RGB is 146 - color contains mainly: blue. Hex color #281592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281592 is #D7EA6D. Grayscale: #282828. Windows color (decimal): -14150254 or 9573672. OLE color: 9573672.
HSL color Cylindrical-coordinate representation of color #281592: hue angle of 249.12º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #281592 is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 21 | 146 | - |
| CMYK | 0.73 | 0.86 | 0 | 0.43 |
| HSL | 249.12º | 0.75% | 0.33% | - |
| HSV(B) | 249.12º | 0.86% | 0.57% | - |
| XYZ | 6.33 | 3.06 | 27.45 | - |
| YUV | 40.93 | 187.29 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 21 | 146 | 0.73 | 0.86 | 0 | 0.43 | 249.12 | 0.75 | 0.33 |
| Hex | 28 | 15 | 92 | 49 | 56 | 0 | 2B | F9 | 4B | 21 |
| Octal | 50 | 25 | 222 | 111 | 126 | 0 | 53 | 371 | 113 | 41 |
| Binary | 101000 | 10101 | 10010010 | 1001001 | 1010110 | 0 | 101011 | 11111001 | 1001011 | 100001 |
Color Harmonies of #281592
Complementary color
Monochromatic Colors of #281592
Black with #281592
Text Example
Text Example
White with #281592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281592; }
p { color: rgb(40,21,146); }
H1.HeaderClassName
{
color: #281592;
}
.AnyTagClassName
{
color: #281592;
}
</style>
background-color css
<style>
a { background-color: #281592; }
a { background-color: rgb(40,21,146); }
div.DivClassName
{
background-color: #281592;
}
.BgClassName
{
background-color: #281592;
}
</style>
border-color css
<style>
span { border-color: #281592; }
span { border-color: rgb(40,21,146); }
td.TdClassName
{
border-color: #281592;
}
.TagClassName
{
border-color: #281592;
}
</style>