Shades of Ultramarine #161A8B
Tints of Ultramarine #161A8B
RGB
CMYK
RGB Variations
Color information
#161A8B (or 0x161A8B) is known color: Ultramarine. HEX triplet: 16, 1A and 8B. RGB value is (22,26,139). Sum of RGB (Red+Green+Blue) = 22+26+139=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 139 (54.69% from 255 or 74.33% from 187); Max value from RGB is 139 - color contains mainly: blue. Hex color #161A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161A8B is #E9E574. Grayscale: #252525. Windows color (decimal): -15328629 or 9116182. OLE color: 9116182.
HSL color Cylindrical-coordinate representation of color #161A8B: hue angle of 237.95º 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 #161A8B is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 26 | 139 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.45 |
| HSL | 237.95º | 0.73% | 0.32% | - |
| HSV(B) | 237.95º | 0.84% | 0.55% | - |
| XYZ | 5.36 | 2.77 | 24.68 | - |
| YUV | 37.69 | 185.17 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 26 | 139 | 0.84 | 0.81 | 0 | 0.45 | 237.95 | 0.73 | 0.32 |
| Hex | 16 | 1A | 8B | 54 | 51 | 0 | 2D | EE | 49 | 20 |
| Octal | 26 | 32 | 213 | 124 | 121 | 0 | 55 | 356 | 111 | 40 |
| Binary | 10110 | 11010 | 10001011 | 1010100 | 1010001 | 0 | 101101 | 11101110 | 1001001 | 100000 |
Color Harmonies of #161A8B
Complementary color
Monochromatic Colors of #161A8B
Black with #161A8B
Text Example
Text Example
White with #161A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161A8B; }
p { color: rgb(22,26,139); }
H1.HeaderClassName
{
color: #161A8B;
}
.AnyTagClassName
{
color: #161A8B;
}
</style>
background-color css
<style>
a { background-color: #161A8B; }
a { background-color: rgb(22,26,139); }
div.DivClassName
{
background-color: #161A8B;
}
.BgClassName
{
background-color: #161A8B;
}
</style>
border-color css
<style>
span { border-color: #161A8B; }
span { border-color: rgb(22,26,139); }
td.TdClassName
{
border-color: #161A8B;
}
.TagClassName
{
border-color: #161A8B;
}
</style>