Shades of Sapphire #162D69
Tints of Sapphire #162D69
RGB
CMYK
RGB Variations
Color information
#162D69 (or 0x162D69) is known color: Sapphire. HEX triplet: 16, 2D and 69. RGB value is (22,45,105). Sum of RGB (Red+Green+Blue) = 22+45+105=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #162D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162D69 is #E9D296. Grayscale: #2C2C2C. Windows color (decimal): -15323799 or 6892822. OLE color: 6892822.
HSL color Cylindrical-coordinate representation of color #162D69: hue angle of 223.37º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #162D69 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 45 | 105 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.59 |
| HSL | 223.37º | 0.65% | 0.25% | - |
| HSV(B) | 223.37º | 0.79% | 0.41% | - |
| XYZ | 3.82 | 3.07 | 13.76 | - |
| YUV | 44.96 | 161.88 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 45 | 105 | 0.79 | 0.57 | 0 | 0.59 | 223.37 | 0.65 | 0.25 |
| Hex | 16 | 2D | 69 | 4F | 39 | 0 | 3B | DF | 41 | 19 |
| Octal | 26 | 55 | 151 | 117 | 71 | 0 | 73 | 337 | 101 | 31 |
| Binary | 10110 | 101101 | 1101001 | 1001111 | 111001 | 0 | 111011 | 11011111 | 1000001 | 11001 |
Color Harmonies of #162D69
Complementary color
Monochromatic Colors of #162D69
Black with #162D69
Text Example
Text Example
White with #162D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162D69; }
p { color: rgb(22,45,105); }
H1.HeaderClassName
{
color: #162D69;
}
.AnyTagClassName
{
color: #162D69;
}
</style>
background-color css
<style>
a { background-color: #162D69; }
a { background-color: rgb(22,45,105); }
div.DivClassName
{
background-color: #162D69;
}
.BgClassName
{
background-color: #162D69;
}
</style>
border-color css
<style>
span { border-color: #162D69; }
span { border-color: rgb(22,45,105); }
td.TdClassName
{
border-color: #162D69;
}
.TagClassName
{
border-color: #162D69;
}
</style>