Shades of Ultramarine #281296
Tints of Ultramarine #281296
RGB
CMYK
RGB Variations
Color information
#281296 (or 0x281296) is known color: Ultramarine. HEX triplet: 28, 12 and 96. RGB value is (40,18,150). Sum of RGB (Red+Green+Blue) = 40+18+150=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 150 (58.98% from 255 or 72.12% from 208); Max value from RGB is 150 - color contains mainly: blue. Hex color #281296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281296 is #D7ED69. Grayscale: #272727. Windows color (decimal): -14151018 or 9835048. OLE color: 9835048.
HSL color Cylindrical-coordinate representation of color #281296: hue angle of 250º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281296 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 18 | 150 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.41 |
| HSL | 250º | 0.79% | 0.33% | - |
| HSV(B) | 250º | 0.88% | 0.59% | - |
| XYZ | 6.6 | 3.09 | 29.1 | - |
| YUV | 39.63 | 190.29 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 18 | 150 | 0.73 | 0.88 | 0 | 0.41 | 250 | 0.79 | 0.33 |
| Hex | 28 | 12 | 96 | 49 | 58 | 0 | 29 | FA | 4F | 21 |
| Octal | 50 | 22 | 226 | 111 | 130 | 0 | 51 | 372 | 117 | 41 |
| Binary | 101000 | 10010 | 10010110 | 1001001 | 1011000 | 0 | 101001 | 11111010 | 1001111 | 100001 |
Color Harmonies of #281296
Complementary color
Monochromatic Colors of #281296
Black with #281296
Text Example
Text Example
White with #281296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281296; }
p { color: rgb(40,18,150); }
H1.HeaderClassName
{
color: #281296;
}
.AnyTagClassName
{
color: #281296;
}
</style>
background-color css
<style>
a { background-color: #281296; }
a { background-color: rgb(40,18,150); }
div.DivClassName
{
background-color: #281296;
}
.BgClassName
{
background-color: #281296;
}
</style>
border-color css
<style>
span { border-color: #281296; }
span { border-color: rgb(40,18,150); }
td.TdClassName
{
border-color: #281296;
}
.TagClassName
{
border-color: #281296;
}
</style>