Shades of Ultramarine #161383
Tints of Ultramarine #161383
RGB
CMYK
RGB Variations
Color information
#161383 (or 0x161383) is known color: Ultramarine. HEX triplet: 16, 13 and 83. RGB value is (22,19,131). Sum of RGB (Red+Green+Blue) = 22+19+131=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 131 (51.56% from 255 or 76.16% from 172); Max value from RGB is 131 - color contains mainly: blue. Hex color #161383 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161383 is #E9EC7C. Grayscale: #202020. Windows color (decimal): -15330429 or 8590102. OLE color: 8590102.
HSL color Cylindrical-coordinate representation of color #161383: hue angle of 241.61º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #161383 is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 19 | 131 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.49 |
| HSL | 241.61º | 0.75% | 0.29% | - |
| HSV(B) | 241.61º | 0.85% | 0.51% | - |
| XYZ | 4.66 | 2.28 | 21.67 | - |
| YUV | 32.67 | 183.49 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 19 | 131 | 0.83 | 0.85 | 0 | 0.49 | 241.61 | 0.75 | 0.29 |
| Hex | 16 | 13 | 83 | 53 | 55 | 0 | 31 | F2 | 4B | 1D |
| Octal | 26 | 23 | 203 | 123 | 125 | 0 | 61 | 362 | 113 | 35 |
| Binary | 10110 | 10011 | 10000011 | 1010011 | 1010101 | 0 | 110001 | 11110010 | 1001011 | 11101 |
Color Harmonies of #161383
Complementary color
Monochromatic Colors of #161383
Black with #161383
Text Example
Text Example
White with #161383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161383; }
p { color: rgb(22,19,131); }
H1.HeaderClassName
{
color: #161383;
}
.AnyTagClassName
{
color: #161383;
}
</style>
background-color css
<style>
a { background-color: #161383; }
a { background-color: rgb(22,19,131); }
div.DivClassName
{
background-color: #161383;
}
.BgClassName
{
background-color: #161383;
}
</style>
border-color css
<style>
span { border-color: #161383; }
span { border-color: rgb(22,19,131); }
td.TdClassName
{
border-color: #161383;
}
.TagClassName
{
border-color: #161383;
}
</style>