Shades of Sapphire #162A67
Tints of Sapphire #162A67
RGB
CMYK
RGB Variations
Color information
#162A67 (or 0x162A67) is known color: Sapphire. HEX triplet: 16, 2A and 67. RGB value is (22,42,103). Sum of RGB (Red+Green+Blue) = 22+42+103=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 103 (40.62% from 255 or 61.68% from 167); Max value from RGB is 103 - color contains mainly: blue. Hex color #162A67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162A67 is #E9D598. Grayscale: #2A2A2A. Windows color (decimal): -15324569 or 6760982. OLE color: 6760982.
HSL color Cylindrical-coordinate representation of color #162A67: hue angle of 225.19º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #162A67 is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 42 | 103 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.60 |
| HSL | 225.19º | 0.65% | 0.25% | - |
| HSV(B) | 225.19º | 0.79% | 0.4% | - |
| XYZ | 3.61 | 2.81 | 13.18 | - |
| YUV | 42.97 | 161.87 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 42 | 103 | 0.79 | 0.59 | 0 | 0.60 | 225.19 | 0.65 | 0.25 |
| Hex | 16 | 2A | 67 | 4F | 3B | 0 | 3C | E1 | 41 | 19 |
| Octal | 26 | 52 | 147 | 117 | 73 | 0 | 74 | 341 | 101 | 31 |
| Binary | 10110 | 101010 | 1100111 | 1001111 | 111011 | 0 | 111100 | 11100001 | 1000001 | 11001 |
Color Harmonies of #162A67
Complementary color
Monochromatic Colors of #162A67
Black with #162A67
Text Example
Text Example
White with #162A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162A67; }
p { color: rgb(22,42,103); }
H1.HeaderClassName
{
color: #162A67;
}
.AnyTagClassName
{
color: #162A67;
}
</style>
background-color css
<style>
a { background-color: #162A67; }
a { background-color: rgb(22,42,103); }
div.DivClassName
{
background-color: #162A67;
}
.BgClassName
{
background-color: #162A67;
}
</style>
border-color css
<style>
span { border-color: #162A67; }
span { border-color: rgb(22,42,103); }
td.TdClassName
{
border-color: #162A67;
}
.TagClassName
{
border-color: #162A67;
}
</style>