Shades of Sapphire #162A55
Tints of Sapphire #162A55
RGB
CMYK
RGB Variations
Color information
#162A55 (or 0x162A55) is known color: Sapphire. HEX triplet: 16, 2A and 55. RGB value is (22,42,85). Sum of RGB (Red+Green+Blue) = 22+42+85=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 85 (33.59% from 255 or 57.05% from 149); Max value from RGB is 85 - color contains mainly: blue. Hex color #162A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162A55 is #E9D5AA. Grayscale: #282828. Windows color (decimal): -15324587 or 5581334. OLE color: 5581334.
HSL color Cylindrical-coordinate representation of color #162A55: hue angle of 220.95º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #162A55 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 42 | 85 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.67 |
| HSL | 220.95º | 0.59% | 0.21% | - |
| HSV(B) | 220.95º | 0.74% | 0.33% | - |
| XYZ | 2.8 | 2.48 | 8.93 | - |
| YUV | 40.92 | 152.87 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 42 | 85 | 0.74 | 0.51 | 0 | 0.67 | 220.95 | 0.59 | 0.21 |
| Hex | 16 | 2A | 55 | 4A | 33 | 0 | 43 | DD | 3B | 15 |
| Octal | 26 | 52 | 125 | 112 | 63 | 0 | 103 | 335 | 73 | 25 |
| Binary | 10110 | 101010 | 1010101 | 1001010 | 110011 | 0 | 1000011 | 11011101 | 111011 | 10101 |
Color Harmonies of #162A55
Complementary color
Monochromatic Colors of #162A55
Black with #162A55
Text Example
Text Example
White with #162A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162A55; }
p { color: rgb(22,42,85); }
H1.HeaderClassName
{
color: #162A55;
}
.AnyTagClassName
{
color: #162A55;
}
</style>
background-color css
<style>
a { background-color: #162A55; }
a { background-color: rgb(22,42,85); }
div.DivClassName
{
background-color: #162A55;
}
.BgClassName
{
background-color: #162A55;
}
</style>
border-color css
<style>
span { border-color: #162A55; }
span { border-color: rgb(22,42,85); }
td.TdClassName
{
border-color: #162A55;
}
.TagClassName
{
border-color: #162A55;
}
</style>