Shades of Sapphire #162D6C
Tints of Sapphire #162D6C
RGB
CMYK
RGB Variations
Color information
#162D6C (or 0x162D6C) is known color: Sapphire. HEX triplet: 16, 2D and 6C. RGB value is (22,45,108). Sum of RGB (Red+Green+Blue) = 22+45+108=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 108 (42.58% from 255 or 61.71% from 175); Max value from RGB is 108 - color contains mainly: blue. Hex color #162D6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162D6C is #E9D293. Grayscale: #2D2D2D. Windows color (decimal): -15323796 or 7089430. OLE color: 7089430.
HSL color Cylindrical-coordinate representation of color #162D6C: hue angle of 223.95º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #162D6C is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 45 | 108 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.58 |
| HSL | 223.95º | 0.66% | 0.25% | - |
| HSV(B) | 223.95º | 0.8% | 0.42% | - |
| XYZ | 3.98 | 3.13 | 14.58 | - |
| YUV | 45.31 | 163.38 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 45 | 108 | 0.80 | 0.58 | 0 | 0.58 | 223.95 | 0.66 | 0.25 |
| Hex | 16 | 2D | 6C | 50 | 3A | 0 | 3A | E0 | 42 | 19 |
| Octal | 26 | 55 | 154 | 120 | 72 | 0 | 72 | 340 | 102 | 31 |
| Binary | 10110 | 101101 | 1101100 | 1010000 | 111010 | 0 | 111010 | 11100000 | 1000010 | 11001 |
Color Harmonies of #162D6C
Complementary color
Monochromatic Colors of #162D6C
Black with #162D6C
Text Example
Text Example
White with #162D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162D6C; }
p { color: rgb(22,45,108); }
H1.HeaderClassName
{
color: #162D6C;
}
.AnyTagClassName
{
color: #162D6C;
}
</style>
background-color css
<style>
a { background-color: #162D6C; }
a { background-color: rgb(22,45,108); }
div.DivClassName
{
background-color: #162D6C;
}
.BgClassName
{
background-color: #162D6C;
}
</style>
border-color css
<style>
span { border-color: #162D6C; }
span { border-color: rgb(22,45,108); }
td.TdClassName
{
border-color: #162D6C;
}
.TagClassName
{
border-color: #162D6C;
}
</style>