Shades of Ultramarine #160883
Tints of Ultramarine #160883
RGB
CMYK
RGB Variations
Color information
#160883 (or 0x160883) is known color: Ultramarine. HEX triplet: 16, 08 and 83. RGB value is (22,8,131). Sum of RGB (Red+Green+Blue) = 22+8+131=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 131 (51.56% from 255 or 81.37% from 161); Max value from RGB is 131 - color contains mainly: blue. Hex color #160883 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160883 is #E9F77C. Grayscale: #191919. Windows color (decimal): -15333245 or 8587286. OLE color: 8587286.
HSL color Cylindrical-coordinate representation of color #160883: hue angle of 246.83º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #160883 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 8 | 131 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.49 |
| HSL | 246.83º | 0.88% | 0.27% | - |
| HSV(B) | 246.83º | 0.94% | 0.51% | - |
| XYZ | 4.51 | 1.98 | 21.62 | - |
| YUV | 26.21 | 187.14 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 8 | 131 | 0.83 | 0.94 | 0 | 0.49 | 246.83 | 0.88 | 0.27 |
| Hex | 16 | 8 | 83 | 53 | 5E | 0 | 31 | F7 | 58 | 1B |
| Octal | 26 | 10 | 203 | 123 | 136 | 0 | 61 | 367 | 130 | 33 |
| Binary | 10110 | 1000 | 10000011 | 1010011 | 1011110 | 0 | 110001 | 11110111 | 1011000 | 11011 |
Color Harmonies of #160883
Complementary color
Monochromatic Colors of #160883
Black with #160883
Text Example
Text Example
White with #160883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160883; }
p { color: rgb(22,8,131); }
H1.HeaderClassName
{
color: #160883;
}
.AnyTagClassName
{
color: #160883;
}
</style>
background-color css
<style>
a { background-color: #160883; }
a { background-color: rgb(22,8,131); }
div.DivClassName
{
background-color: #160883;
}
.BgClassName
{
background-color: #160883;
}
</style>
border-color css
<style>
span { border-color: #160883; }
span { border-color: rgb(22,8,131); }
td.TdClassName
{
border-color: #160883;
}
.TagClassName
{
border-color: #160883;
}
</style>