Shades of Ultramarine #162291
Tints of Ultramarine #162291
RGB
CMYK
RGB Variations
Color information
#162291 (or 0x162291) is known color: Ultramarine. HEX triplet: 16, 22 and 91. RGB value is (22,34,145). Sum of RGB (Red+Green+Blue) = 22+34+145=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 145 (57.03% from 255 or 72.14% from 201); Max value from RGB is 145 - color contains mainly: blue. Hex color #162291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162291 is #E9DD6E. Grayscale: #2A2A2A. Windows color (decimal): -15326575 or 9511446. OLE color: 9511446.
HSL color Cylindrical-coordinate representation of color #162291: hue angle of 234.15º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #162291 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 34 | 145 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.43 |
| HSL | 234.15º | 0.74% | 0.33% | - |
| HSV(B) | 234.15º | 0.85% | 0.57% | - |
| XYZ | 6.01 | 3.36 | 27.12 | - |
| YUV | 43.07 | 185.52 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 34 | 145 | 0.85 | 0.77 | 0 | 0.43 | 234.15 | 0.74 | 0.33 |
| Hex | 16 | 22 | 91 | 55 | 4D | 0 | 2B | EA | 4A | 21 |
| Octal | 26 | 42 | 221 | 125 | 115 | 0 | 53 | 352 | 112 | 41 |
| Binary | 10110 | 100010 | 10010001 | 1010101 | 1001101 | 0 | 101011 | 11101010 | 1001010 | 100001 |
Color Harmonies of #162291
Complementary color
Monochromatic Colors of #162291
Black with #162291
Text Example
Text Example
White with #162291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162291; }
p { color: rgb(22,34,145); }
H1.HeaderClassName
{
color: #162291;
}
.AnyTagClassName
{
color: #162291;
}
</style>
background-color css
<style>
a { background-color: #162291; }
a { background-color: rgb(22,34,145); }
div.DivClassName
{
background-color: #162291;
}
.BgClassName
{
background-color: #162291;
}
</style>
border-color css
<style>
span { border-color: #162291; }
span { border-color: rgb(22,34,145); }
td.TdClassName
{
border-color: #162291;
}
.TagClassName
{
border-color: #162291;
}
</style>