Shades of Ultramarine #160388
Tints of Ultramarine #160388
RGB
CMYK
RGB Variations
Color information
#160388 (or 0x160388) is known color: Ultramarine. HEX triplet: 16, 03 and 88. RGB value is (22,3,136). Sum of RGB (Red+Green+Blue) = 22+3+136=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 136 (53.52% from 255 or 84.47% from 161); Max value from RGB is 136 - color contains mainly: blue. Hex color #160388 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160388 is #E9FC77. Grayscale: #171717. Windows color (decimal): -15334520 or 8913686. OLE color: 8913686.
HSL color Cylindrical-coordinate representation of color #160388: hue angle of 248.57º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #160388 is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 3 | 136 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.47 |
| HSL | 248.57º | 0.96% | 0.27% | - |
| HSV(B) | 248.57º | 0.98% | 0.53% | - |
| XYZ | 4.81 | 2.01 | 23.43 | - |
| YUV | 23.84 | 191.29 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 3 | 136 | 0.84 | 0.98 | 0 | 0.47 | 248.57 | 0.96 | 0.27 |
| Hex | 16 | 3 | 88 | 54 | 62 | 0 | 2F | F9 | 60 | 1B |
| Octal | 26 | 3 | 210 | 124 | 142 | 0 | 57 | 371 | 140 | 33 |
| Binary | 10110 | 11 | 10001000 | 1010100 | 1100010 | 0 | 101111 | 11111001 | 1100000 | 11011 |
Color Harmonies of #160388
Complementary color
Monochromatic Colors of #160388
Black with #160388
Text Example
Text Example
White with #160388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160388; }
p { color: rgb(22,3,136); }
H1.HeaderClassName
{
color: #160388;
}
.AnyTagClassName
{
color: #160388;
}
</style>
background-color css
<style>
a { background-color: #160388; }
a { background-color: rgb(22,3,136); }
div.DivClassName
{
background-color: #160388;
}
.BgClassName
{
background-color: #160388;
}
</style>
border-color css
<style>
span { border-color: #160388; }
span { border-color: rgb(22,3,136); }
td.TdClassName
{
border-color: #160388;
}
.TagClassName
{
border-color: #160388;
}
</style>