Shades of Ultramarine #161A8C
Tints of Ultramarine #161A8C
RGB
CMYK
RGB Variations
Color information
#161A8C (or 0x161A8C) is known color: Ultramarine. HEX triplet: 16, 1A and 8C. RGB value is (22,26,140). Sum of RGB (Red+Green+Blue) = 22+26+140=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 140 (55.08% from 255 or 74.47% from 188); Max value from RGB is 140 - color contains mainly: blue. Hex color #161A8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161A8C is #E9E573. Grayscale: #252525. Windows color (decimal): -15328628 or 9181718. OLE color: 9181718.
HSL color Cylindrical-coordinate representation of color #161A8C: hue angle of 237.97º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #161A8C is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 26 | 140 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.45 |
| HSL | 237.97º | 0.73% | 0.32% | - |
| HSV(B) | 237.97º | 0.84% | 0.55% | - |
| XYZ | 5.43 | 2.8 | 25.07 | - |
| YUV | 37.8 | 185.67 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 26 | 140 | 0.84 | 0.81 | 0 | 0.45 | 237.97 | 0.73 | 0.32 |
| Hex | 16 | 1A | 8C | 54 | 51 | 0 | 2D | EE | 49 | 20 |
| Octal | 26 | 32 | 214 | 124 | 121 | 0 | 55 | 356 | 111 | 40 |
| Binary | 10110 | 11010 | 10001100 | 1010100 | 1010001 | 0 | 101101 | 11101110 | 1001001 | 100000 |
Color Harmonies of #161A8C
Complementary color
Monochromatic Colors of #161A8C
Black with #161A8C
Text Example
Text Example
White with #161A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161A8C; }
p { color: rgb(22,26,140); }
H1.HeaderClassName
{
color: #161A8C;
}
.AnyTagClassName
{
color: #161A8C;
}
</style>
background-color css
<style>
a { background-color: #161A8C; }
a { background-color: rgb(22,26,140); }
div.DivClassName
{
background-color: #161A8C;
}
.BgClassName
{
background-color: #161A8C;
}
</style>
border-color css
<style>
span { border-color: #161A8C; }
span { border-color: rgb(22,26,140); }
td.TdClassName
{
border-color: #161A8C;
}
.TagClassName
{
border-color: #161A8C;
}
</style>