Shades of Ultramarine #160384
Tints of Ultramarine #160384
RGB
CMYK
RGB Variations
Color information
#160384 (or 0x160384) is known color: Ultramarine. HEX triplet: 16, 03 and 84. RGB value is (22,3,132). Sum of RGB (Red+Green+Blue) = 22+3+132=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 132 (51.95% from 255 or 84.08% from 157); Max value from RGB is 132 - color contains mainly: blue. Hex color #160384 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160384 is #E9FC7B. Grayscale: #161616. Windows color (decimal): -15334524 or 8651542. OLE color: 8651542.
HSL color Cylindrical-coordinate representation of color #160384: hue angle of 248.84º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #160384 is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 3 | 132 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.48 |
| HSL | 248.84º | 0.96% | 0.26% | - |
| HSV(B) | 248.84º | 0.98% | 0.52% | - |
| XYZ | 4.53 | 1.9 | 21.96 | - |
| YUV | 23.39 | 189.29 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 3 | 132 | 0.83 | 0.98 | 0 | 0.48 | 248.84 | 0.96 | 0.26 |
| Hex | 16 | 3 | 84 | 53 | 62 | 0 | 30 | F9 | 60 | 1A |
| Octal | 26 | 3 | 204 | 123 | 142 | 0 | 60 | 371 | 140 | 32 |
| Binary | 10110 | 11 | 10000100 | 1010011 | 1100010 | 0 | 110000 | 11111001 | 1100000 | 11010 |
Color Harmonies of #160384
Complementary color
Monochromatic Colors of #160384
Black with #160384
Text Example
Text Example
White with #160384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160384; }
p { color: rgb(22,3,132); }
H1.HeaderClassName
{
color: #160384;
}
.AnyTagClassName
{
color: #160384;
}
</style>
background-color css
<style>
a { background-color: #160384; }
a { background-color: rgb(22,3,132); }
div.DivClassName
{
background-color: #160384;
}
.BgClassName
{
background-color: #160384;
}
</style>
border-color css
<style>
span { border-color: #160384; }
span { border-color: rgb(22,3,132); }
td.TdClassName
{
border-color: #160384;
}
.TagClassName
{
border-color: #160384;
}
</style>