Shades of Ultramarine #281196
Tints of Ultramarine #281196
RGB
CMYK
RGB Variations
Color information
#281196 (or 0x281196) is known color: Ultramarine. HEX triplet: 28, 11 and 96. RGB value is (40,17,150). Sum of RGB (Red+Green+Blue) = 40+17+150=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 150 (58.98% from 255 or 72.46% from 207); Max value from RGB is 150 - color contains mainly: blue. Hex color #281196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281196 is #D7EE69. Grayscale: #262626. Windows color (decimal): -14151274 or 9834792. OLE color: 9834792.
HSL color Cylindrical-coordinate representation of color #281196: hue angle of 250.38º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #281196 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 17 | 150 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.41 |
| HSL | 250.38º | 0.8% | 0.33% | - |
| HSV(B) | 250.38º | 0.89% | 0.59% | - |
| XYZ | 6.58 | 3.05 | 29.1 | - |
| YUV | 39.04 | 190.62 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 17 | 150 | 0.73 | 0.89 | 0 | 0.41 | 250.38 | 0.8 | 0.33 |
| Hex | 28 | 11 | 96 | 49 | 59 | 0 | 29 | FA | 50 | 21 |
| Octal | 50 | 21 | 226 | 111 | 131 | 0 | 51 | 372 | 120 | 41 |
| Binary | 101000 | 10001 | 10010110 | 1001001 | 1011001 | 0 | 101001 | 11111010 | 1010000 | 100001 |
Color Harmonies of #281196
Complementary color
Monochromatic Colors of #281196
Black with #281196
Text Example
Text Example
White with #281196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281196; }
p { color: rgb(40,17,150); }
H1.HeaderClassName
{
color: #281196;
}
.AnyTagClassName
{
color: #281196;
}
</style>
background-color css
<style>
a { background-color: #281196; }
a { background-color: rgb(40,17,150); }
div.DivClassName
{
background-color: #281196;
}
.BgClassName
{
background-color: #281196;
}
</style>
border-color css
<style>
span { border-color: #281196; }
span { border-color: rgb(40,17,150); }
td.TdClassName
{
border-color: #281196;
}
.TagClassName
{
border-color: #281196;
}
</style>