Shades of Sapphire #162D70
Tints of Sapphire #162D70
RGB
CMYK
RGB Variations
Color information
#162D70 (or 0x162D70) is known color: Sapphire. HEX triplet: 16, 2D and 70. RGB value is (22,45,112). Sum of RGB (Red+Green+Blue) = 22+45+112=179 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.29% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 112 (44.14% from 255 or 62.57% from 179); Max value from RGB is 112 - color contains mainly: blue. Hex color #162D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162D70 is #E9D28F. Grayscale: #2D2D2D. Windows color (decimal): -15323792 or 7351574. OLE color: 7351574.
HSL color Cylindrical-coordinate representation of color #162D70: hue angle of 224.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #162D70 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 45 | 112 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.56 |
| HSL | 224.67º | 0.67% | 0.26% | - |
| HSV(B) | 224.67º | 0.8% | 0.44% | - |
| XYZ | 4.19 | 3.22 | 15.73 | - |
| YUV | 45.76 | 165.38 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 45 | 112 | 0.80 | 0.60 | 0 | 0.56 | 224.67 | 0.67 | 0.26 |
| Hex | 16 | 2D | 70 | 50 | 3C | 0 | 38 | E1 | 43 | 1A |
| Octal | 26 | 55 | 160 | 120 | 74 | 0 | 70 | 341 | 103 | 32 |
| Binary | 10110 | 101101 | 1110000 | 1010000 | 111100 | 0 | 111000 | 11100001 | 1000011 | 11010 |
Color Harmonies of #162D70
Complementary color
Monochromatic Colors of #162D70
Black with #162D70
Text Example
Text Example
White with #162D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162D70; }
p { color: rgb(22,45,112); }
H1.HeaderClassName
{
color: #162D70;
}
.AnyTagClassName
{
color: #162D70;
}
</style>
background-color css
<style>
a { background-color: #162D70; }
a { background-color: rgb(22,45,112); }
div.DivClassName
{
background-color: #162D70;
}
.BgClassName
{
background-color: #162D70;
}
</style>
border-color css
<style>
span { border-color: #162D70; }
span { border-color: rgb(22,45,112); }
td.TdClassName
{
border-color: #162D70;
}
.TagClassName
{
border-color: #162D70;
}
</style>