Shades of Ultramarine #281292
Tints of Ultramarine #281292
RGB
CMYK
RGB Variations
Color information
#281292 (or 0x281292) is known color: Ultramarine. HEX triplet: 28, 12 and 92. RGB value is (40,18,146). Sum of RGB (Red+Green+Blue) = 40+18+146=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 146 (57.42% from 255 or 71.57% from 204); Max value from RGB is 146 - color contains mainly: blue. Hex color #281292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281292 is #D7ED6D. Grayscale: #262626. Windows color (decimal): -14151022 or 9572904. OLE color: 9572904.
HSL color Cylindrical-coordinate representation of color #281292: hue angle of 250.31º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281292 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 18 | 146 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.43 |
| HSL | 250.31º | 0.78% | 0.32% | - |
| HSV(B) | 250.31º | 0.88% | 0.57% | - |
| XYZ | 6.28 | 2.96 | 27.43 | - |
| YUV | 39.17 | 188.29 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 18 | 146 | 0.73 | 0.88 | 0 | 0.43 | 250.31 | 0.78 | 0.32 |
| Hex | 28 | 12 | 92 | 49 | 58 | 0 | 2B | FA | 4E | 20 |
| Octal | 50 | 22 | 222 | 111 | 130 | 0 | 53 | 372 | 116 | 40 |
| Binary | 101000 | 10010 | 10010010 | 1001001 | 1011000 | 0 | 101011 | 11111010 | 1001110 | 100000 |
Color Harmonies of #281292
Complementary color
Monochromatic Colors of #281292
Black with #281292
Text Example
Text Example
White with #281292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281292; }
p { color: rgb(40,18,146); }
H1.HeaderClassName
{
color: #281292;
}
.AnyTagClassName
{
color: #281292;
}
</style>
background-color css
<style>
a { background-color: #281292; }
a { background-color: rgb(40,18,146); }
div.DivClassName
{
background-color: #281292;
}
.BgClassName
{
background-color: #281292;
}
</style>
border-color css
<style>
span { border-color: #281292; }
span { border-color: rgb(40,18,146); }
td.TdClassName
{
border-color: #281292;
}
.TagClassName
{
border-color: #281292;
}
</style>