Shades of Ultramarine #161A8A
Tints of Ultramarine #161A8A
RGB
CMYK
RGB Variations
Color information
#161A8A (or 0x161A8A) is known color: Ultramarine. HEX triplet: 16, 1A and 8A. RGB value is (22,26,138). Sum of RGB (Red+Green+Blue) = 22+26+138=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 138 (54.30% from 255 or 74.19% from 186); Max value from RGB is 138 - color contains mainly: blue. Hex color #161A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161A8A is #E9E575. Grayscale: #252525. Windows color (decimal): -15328630 or 9050646. OLE color: 9050646.
HSL color Cylindrical-coordinate representation of color #161A8A: hue angle of 237.93º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #161A8A is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 26 | 138 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.46 |
| HSL | 237.93º | 0.73% | 0.31% | - |
| HSV(B) | 237.93º | 0.84% | 0.54% | - |
| XYZ | 5.29 | 2.74 | 24.3 | - |
| YUV | 37.57 | 184.67 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 26 | 138 | 0.84 | 0.81 | 0 | 0.46 | 237.93 | 0.73 | 0.31 |
| Hex | 16 | 1A | 8A | 54 | 51 | 0 | 2E | EE | 48 | 1F |
| Octal | 26 | 32 | 212 | 124 | 121 | 0 | 56 | 356 | 110 | 37 |
| Binary | 10110 | 11010 | 10001010 | 1010100 | 1010001 | 0 | 101110 | 11101110 | 1001000 | 11111 |
Color Harmonies of #161A8A
Complementary color
Monochromatic Colors of #161A8A
Black with #161A8A
Text Example
Text Example
White with #161A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161A8A; }
p { color: rgb(22,26,138); }
H1.HeaderClassName
{
color: #161A8A;
}
.AnyTagClassName
{
color: #161A8A;
}
</style>
background-color css
<style>
a { background-color: #161A8A; }
a { background-color: rgb(22,26,138); }
div.DivClassName
{
background-color: #161A8A;
}
.BgClassName
{
background-color: #161A8A;
}
</style>
border-color css
<style>
span { border-color: #161A8A; }
span { border-color: rgb(22,26,138); }
td.TdClassName
{
border-color: #161A8A;
}
.TagClassName
{
border-color: #161A8A;
}
</style>