Shades of Ultramarine #161A8F
Tints of Ultramarine #161A8F
RGB
CMYK
RGB Variations
Color information
#161A8F (or 0x161A8F) is known color: Ultramarine. HEX triplet: 16, 1A and 8F. RGB value is (22,26,143). Sum of RGB (Red+Green+Blue) = 22+26+143=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 143 (56.25% from 255 or 74.87% from 191); Max value from RGB is 143 - color contains mainly: blue. Hex color #161A8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161A8F is #E9E570. Grayscale: #252525. Windows color (decimal): -15328625 or 9378326. OLE color: 9378326.
HSL color Cylindrical-coordinate representation of color #161A8F: hue angle of 238.02º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #161A8F is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 26 | 143 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.44 |
| HSL | 238.02º | 0.73% | 0.32% | - |
| HSV(B) | 238.02º | 0.85% | 0.56% | - |
| XYZ | 5.66 | 2.89 | 26.25 | - |
| YUV | 38.14 | 187.17 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 26 | 143 | 0.85 | 0.82 | 0 | 0.44 | 238.02 | 0.73 | 0.32 |
| Hex | 16 | 1A | 8F | 55 | 52 | 0 | 2C | EE | 49 | 20 |
| Octal | 26 | 32 | 217 | 125 | 122 | 0 | 54 | 356 | 111 | 40 |
| Binary | 10110 | 11010 | 10001111 | 1010101 | 1010010 | 0 | 101100 | 11101110 | 1001001 | 100000 |
Color Harmonies of #161A8F
Complementary color
Monochromatic Colors of #161A8F
Black with #161A8F
Text Example
Text Example
White with #161A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161A8F; }
p { color: rgb(22,26,143); }
H1.HeaderClassName
{
color: #161A8F;
}
.AnyTagClassName
{
color: #161A8F;
}
</style>
background-color css
<style>
a { background-color: #161A8F; }
a { background-color: rgb(22,26,143); }
div.DivClassName
{
background-color: #161A8F;
}
.BgClassName
{
background-color: #161A8F;
}
</style>
border-color css
<style>
span { border-color: #161A8F; }
span { border-color: rgb(22,26,143); }
td.TdClassName
{
border-color: #161A8F;
}
.TagClassName
{
border-color: #161A8F;
}
</style>