Shades of Ultramarine #161C99
Tints of Ultramarine #161C99
RGB
CMYK
RGB Variations
Color information
#161C99 (or 0x161C99) is known color: Ultramarine. HEX triplet: 16, 1C and 99. RGB value is (22,28,153). Sum of RGB (Red+Green+Blue) = 22+28+153=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 153 (60.16% from 255 or 75.37% from 203); Max value from RGB is 153 - color contains mainly: blue. Hex color #161C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161C99 is #E9E366. Grayscale: #272727. Windows color (decimal): -15328103 or 10034198. OLE color: 10034198.
HSL color Cylindrical-coordinate representation of color #161C99: hue angle of 237.25º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #161C99 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 22 | 28 | 153 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.4 |
| HSL | 237.25º | 0.75% | 0.34% | - |
| HSV(B) | 237.25º | 0.86% | 0.6% | - |
| XYZ | 6.5 | 3.3 | 30.43 | - |
| YUV | 40.46 | 191.51 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 153 | 0.86 | 0.82 | 0 | 0.4 | 237.25 | 0.75 | 0.34 |
| Hex | 16 | 1C | 99 | 56 | 52 | 0 | 28 | ED | 4B | 22 |
| Octal | 26 | 34 | 231 | 126 | 122 | 0 | 50 | 355 | 113 | 42 |
| Binary | 10110 | 11100 | 10011001 | 1010110 | 1010010 | 0 | 101000 | 11101101 | 1001011 | 100010 |
Color Harmonies of #161C99
Complementary color
Monochromatic Colors of #161C99
Black with #161C99
Text Example
Text Example
White with #161C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161C99; }
p { color: rgb(22,28,153); }
H1.HeaderClassName
{
color: #161C99;
}
.AnyTagClassName
{
color: #161C99;
}
</style>
background-color css
<style>
a { background-color: #161C99; }
a { background-color: rgb(22,28,153); }
div.DivClassName
{
background-color: #161C99;
}
.BgClassName
{
background-color: #161C99;
}
</style>
border-color css
<style>
span { border-color: #161C99; }
span { border-color: rgb(22,28,153); }
td.TdClassName
{
border-color: #161C99;
}
.TagClassName
{
border-color: #161C99;
}
</style>