Shades of Ultramarine #281195
Tints of Ultramarine #281195
RGB
CMYK
RGB Variations
Color information
#281195 (or 0x281195) is known color: Ultramarine. HEX triplet: 28, 11 and 95. RGB value is (40,17,149). Sum of RGB (Red+Green+Blue) = 40+17+149=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 149 (58.59% from 255 or 72.33% from 206); Max value from RGB is 149 - color contains mainly: blue. Hex color #281195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281195 is #D7EE6A. Grayscale: #262626. Windows color (decimal): -14151275 or 9769256. OLE color: 9769256.
HSL color Cylindrical-coordinate representation of color #281195: hue angle of 250.45º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #281195 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 17 | 149 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.42 |
| HSL | 250.45º | 0.8% | 0.33% | - |
| HSV(B) | 250.45º | 0.89% | 0.58% | - |
| XYZ | 6.5 | 3.02 | 28.67 | - |
| YUV | 38.93 | 190.12 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 17 | 149 | 0.73 | 0.89 | 0 | 0.42 | 250.45 | 0.8 | 0.33 |
| Hex | 28 | 11 | 95 | 49 | 59 | 0 | 2A | FA | 50 | 21 |
| Octal | 50 | 21 | 225 | 111 | 131 | 0 | 52 | 372 | 120 | 41 |
| Binary | 101000 | 10001 | 10010101 | 1001001 | 1011001 | 0 | 101010 | 11111010 | 1010000 | 100001 |
Color Harmonies of #281195
Complementary color
Monochromatic Colors of #281195
Black with #281195
Text Example
Text Example
White with #281195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281195; }
p { color: rgb(40,17,149); }
H1.HeaderClassName
{
color: #281195;
}
.AnyTagClassName
{
color: #281195;
}
</style>
background-color css
<style>
a { background-color: #281195; }
a { background-color: rgb(40,17,149); }
div.DivClassName
{
background-color: #281195;
}
.BgClassName
{
background-color: #281195;
}
</style>
border-color css
<style>
span { border-color: #281195; }
span { border-color: rgb(40,17,149); }
td.TdClassName
{
border-color: #281195;
}
.TagClassName
{
border-color: #281195;
}
</style>