Shades of Ultramarine #281194
Tints of Ultramarine #281194
RGB
CMYK
RGB Variations
Color information
#281194 (or 0x281194) is known color: Ultramarine. HEX triplet: 28, 11 and 94. RGB value is (40,17,148). Sum of RGB (Red+Green+Blue) = 40+17+148=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 148 (58.20% from 255 or 72.20% from 205); Max value from RGB is 148 - color contains mainly: blue. Hex color #281194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281194 is #D7EE6B. Grayscale: #262626. Windows color (decimal): -14151276 or 9703720. OLE color: 9703720.
HSL color Cylindrical-coordinate representation of color #281194: hue angle of 250.53º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #281194 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 17 | 148 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.42 |
| HSL | 250.53º | 0.79% | 0.32% | - |
| HSV(B) | 250.53º | 0.89% | 0.58% | - |
| XYZ | 6.42 | 2.99 | 28.26 | - |
| YUV | 38.81 | 189.62 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 17 | 148 | 0.73 | 0.89 | 0 | 0.42 | 250.53 | 0.79 | 0.32 |
| Hex | 28 | 11 | 94 | 49 | 59 | 0 | 2A | FB | 4F | 20 |
| Octal | 50 | 21 | 224 | 111 | 131 | 0 | 52 | 373 | 117 | 40 |
| Binary | 101000 | 10001 | 10010100 | 1001001 | 1011001 | 0 | 101010 | 11111011 | 1001111 | 100000 |
Color Harmonies of #281194
Complementary color
Monochromatic Colors of #281194
Black with #281194
Text Example
Text Example
White with #281194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281194; }
p { color: rgb(40,17,148); }
H1.HeaderClassName
{
color: #281194;
}
.AnyTagClassName
{
color: #281194;
}
</style>
background-color css
<style>
a { background-color: #281194; }
a { background-color: rgb(40,17,148); }
div.DivClassName
{
background-color: #281194;
}
.BgClassName
{
background-color: #281194;
}
</style>
border-color css
<style>
span { border-color: #281194; }
span { border-color: rgb(40,17,148); }
td.TdClassName
{
border-color: #281194;
}
.TagClassName
{
border-color: #281194;
}
</style>