Shades of Sapphire #161F5A
Tints of Sapphire #161F5A
RGB
CMYK
RGB Variations
Color information
#161F5A (or 0x161F5A) is known color: Sapphire. HEX triplet: 16, 1F and 5A. RGB value is (22,31,90). Sum of RGB (Red+Green+Blue) = 22+31+90=143 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.38% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #161F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161F5A is #E9E0A5. Grayscale: #222222. Windows color (decimal): -15327398 or 5906198. OLE color: 5906198.
HSL color Cylindrical-coordinate representation of color #161F5A: hue angle of 232.06º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #161F5A is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 31 | 90 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.65 |
| HSL | 232.06º | 0.61% | 0.22% | - |
| HSV(B) | 232.06º | 0.76% | 0.35% | - |
| XYZ | 2.67 | 1.89 | 9.9 | - |
| YUV | 35.04 | 159.02 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 31 | 90 | 0.76 | 0.66 | 0 | 0.65 | 232.06 | 0.61 | 0.22 |
| Hex | 16 | 1F | 5A | 4C | 42 | 0 | 41 | E8 | 3D | 16 |
| Octal | 26 | 37 | 132 | 114 | 102 | 0 | 101 | 350 | 75 | 26 |
| Binary | 10110 | 11111 | 1011010 | 1001100 | 1000010 | 0 | 1000001 | 11101000 | 111101 | 10110 |
Color Harmonies of #161F5A
Complementary color
Monochromatic Colors of #161F5A
Black with #161F5A
Text Example
Text Example
White with #161F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161F5A; }
p { color: rgb(22,31,90); }
H1.HeaderClassName
{
color: #161F5A;
}
.AnyTagClassName
{
color: #161F5A;
}
</style>
background-color css
<style>
a { background-color: #161F5A; }
a { background-color: rgb(22,31,90); }
div.DivClassName
{
background-color: #161F5A;
}
.BgClassName
{
background-color: #161F5A;
}
</style>
border-color css
<style>
span { border-color: #161F5A; }
span { border-color: rgb(22,31,90); }
td.TdClassName
{
border-color: #161F5A;
}
.TagClassName
{
border-color: #161F5A;
}
</style>