Shades of Sapphire #162B7D
Tints of Sapphire #162B7D
RGB
CMYK
RGB Variations
Color information
#162B7D (or 0x162B7D) is known color: Sapphire. HEX triplet: 16, 2B and 7D. RGB value is (22,43,125). Sum of RGB (Red+Green+Blue) = 22+43+125=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 125 (49.22% from 255 or 65.79% from 190); Max value from RGB is 125 - color contains mainly: blue. Hex color #162B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162B7D is #E9D482. Grayscale: #2D2D2D. Windows color (decimal): -15324291 or 8203030. OLE color: 8203030.
HSL color Cylindrical-coordinate representation of color #162B7D: hue angle of 227.77º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #162B7D is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 43 | 125 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.51 |
| HSL | 227.77º | 0.7% | 0.29% | - |
| HSV(B) | 227.77º | 0.82% | 0.49% | - |
| XYZ | 4.9 | 3.38 | 19.8 | - |
| YUV | 46.07 | 172.54 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 43 | 125 | 0.82 | 0.66 | 0 | 0.51 | 227.77 | 0.7 | 0.29 |
| Hex | 16 | 2B | 7D | 52 | 42 | 0 | 33 | E4 | 46 | 1D |
| Octal | 26 | 53 | 175 | 122 | 102 | 0 | 63 | 344 | 106 | 35 |
| Binary | 10110 | 101011 | 1111101 | 1010010 | 1000010 | 0 | 110011 | 11100100 | 1000110 | 11101 |
Color Harmonies of #162B7D
Complementary color
Monochromatic Colors of #162B7D
Black with #162B7D
Text Example
Text Example
White with #162B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162B7D; }
p { color: rgb(22,43,125); }
H1.HeaderClassName
{
color: #162B7D;
}
.AnyTagClassName
{
color: #162B7D;
}
</style>
background-color css
<style>
a { background-color: #162B7D; }
a { background-color: rgb(22,43,125); }
div.DivClassName
{
background-color: #162B7D;
}
.BgClassName
{
background-color: #162B7D;
}
</style>
border-color css
<style>
span { border-color: #162B7D; }
span { border-color: rgb(22,43,125); }
td.TdClassName
{
border-color: #162B7D;
}
.TagClassName
{
border-color: #162B7D;
}
</style>