Shades of Ultramarine #161783
Tints of Ultramarine #161783
RGB
CMYK
RGB Variations
Color information
#161783 (or 0x161783) is known color: Ultramarine. HEX triplet: 16, 17 and 83. RGB value is (22,23,131). Sum of RGB (Red+Green+Blue) = 22+23+131=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 131 (51.56% from 255 or 74.43% from 176); Max value from RGB is 131 - color contains mainly: blue. Hex color #161783 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161783 is #E9E87C. Grayscale: #222222. Windows color (decimal): -15329405 or 8591126. OLE color: 8591126.
HSL color Cylindrical-coordinate representation of color #161783: hue angle of 239.45º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #161783 is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 23 | 131 | - |
| CMYK | 0.83 | 0.82 | 0 | 0.49 |
| HSL | 239.45º | 0.71% | 0.3% | - |
| HSV(B) | 239.45º | 0.83% | 0.51% | - |
| XYZ | 4.73 | 2.42 | 21.69 | - |
| YUV | 35.01 | 182.17 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 23 | 131 | 0.83 | 0.82 | 0 | 0.49 | 239.45 | 0.71 | 0.3 |
| Hex | 16 | 17 | 83 | 53 | 52 | 0 | 31 | EF | 47 | 1E |
| Octal | 26 | 27 | 203 | 123 | 122 | 0 | 61 | 357 | 107 | 36 |
| Binary | 10110 | 10111 | 10000011 | 1010011 | 1010010 | 0 | 110001 | 11101111 | 1000111 | 11110 |
Color Harmonies of #161783
Complementary color
Monochromatic Colors of #161783
Black with #161783
Text Example
Text Example
White with #161783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161783; }
p { color: rgb(22,23,131); }
H1.HeaderClassName
{
color: #161783;
}
.AnyTagClassName
{
color: #161783;
}
</style>
background-color css
<style>
a { background-color: #161783; }
a { background-color: rgb(22,23,131); }
div.DivClassName
{
background-color: #161783;
}
.BgClassName
{
background-color: #161783;
}
</style>
border-color css
<style>
span { border-color: #161783; }
span { border-color: rgb(22,23,131); }
td.TdClassName
{
border-color: #161783;
}
.TagClassName
{
border-color: #161783;
}
</style>