Shades of Sapphire #162A5F
Tints of Sapphire #162A5F
RGB
CMYK
RGB Variations
Color information
#162A5F (or 0x162A5F) is known color: Sapphire. HEX triplet: 16, 2A and 5F. RGB value is (22,42,95). Sum of RGB (Red+Green+Blue) = 22+42+95=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 95 (37.5% from 255 or 59.75% from 159); Max value from RGB is 95 - color contains mainly: blue. Hex color #162A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162A5F is #E9D5A0. Grayscale: #292929. Windows color (decimal): -15324577 or 6236694. OLE color: 6236694.
HSL color Cylindrical-coordinate representation of color #162A5F: hue angle of 223.56º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #162A5F is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 42 | 95 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.63 |
| HSL | 223.56º | 0.62% | 0.23% | - |
| HSV(B) | 223.56º | 0.77% | 0.37% | - |
| XYZ | 3.22 | 2.65 | 11.17 | - |
| YUV | 42.06 | 157.87 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 42 | 95 | 0.77 | 0.56 | 0 | 0.63 | 223.56 | 0.62 | 0.23 |
| Hex | 16 | 2A | 5F | 4D | 38 | 0 | 3F | E0 | 3E | 17 |
| Octal | 26 | 52 | 137 | 115 | 70 | 0 | 77 | 340 | 76 | 27 |
| Binary | 10110 | 101010 | 1011111 | 1001101 | 111000 | 0 | 111111 | 11100000 | 111110 | 10111 |
Color Harmonies of #162A5F
Complementary color
Monochromatic Colors of #162A5F
Black with #162A5F
Text Example
Text Example
White with #162A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162A5F; }
p { color: rgb(22,42,95); }
H1.HeaderClassName
{
color: #162A5F;
}
.AnyTagClassName
{
color: #162A5F;
}
</style>
background-color css
<style>
a { background-color: #162A5F; }
a { background-color: rgb(22,42,95); }
div.DivClassName
{
background-color: #162A5F;
}
.BgClassName
{
background-color: #162A5F;
}
</style>
border-color css
<style>
span { border-color: #162A5F; }
span { border-color: rgb(22,42,95); }
td.TdClassName
{
border-color: #162A5F;
}
.TagClassName
{
border-color: #162A5F;
}
</style>