Shades of Sapphire #162A5A
Tints of Sapphire #162A5A
RGB
CMYK
RGB Variations
Color information
#162A5A (or 0x162A5A) is known color: Sapphire. HEX triplet: 16, 2A and 5A. RGB value is (22,42,90). Sum of RGB (Red+Green+Blue) = 22+42+90=154 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.29% from 154); Green value is 42 (16.80% from 255 or 27.27% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #162A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162A5A is #E9D5A5. Grayscale: #292929. Windows color (decimal): -15324582 or 5909014. OLE color: 5909014.
HSL color Cylindrical-coordinate representation of color #162A5A: hue angle of 222.35º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #162A5A is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 42 | 90 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.65 |
| HSL | 222.35º | 0.61% | 0.22% | - |
| HSV(B) | 222.35º | 0.76% | 0.35% | - |
| XYZ | 3 | 2.56 | 10.01 | - |
| YUV | 41.49 | 155.37 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 42 | 90 | 0.76 | 0.53 | 0 | 0.65 | 222.35 | 0.61 | 0.22 |
| Hex | 16 | 2A | 5A | 4C | 35 | 0 | 41 | DE | 3D | 16 |
| Octal | 26 | 52 | 132 | 114 | 65 | 0 | 101 | 336 | 75 | 26 |
| Binary | 10110 | 101010 | 1011010 | 1001100 | 110101 | 0 | 1000001 | 11011110 | 111101 | 10110 |
Color Harmonies of #162A5A
Complementary color
Monochromatic Colors of #162A5A
Black with #162A5A
Text Example
Text Example
White with #162A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162A5A; }
p { color: rgb(22,42,90); }
H1.HeaderClassName
{
color: #162A5A;
}
.AnyTagClassName
{
color: #162A5A;
}
</style>
background-color css
<style>
a { background-color: #162A5A; }
a { background-color: rgb(22,42,90); }
div.DivClassName
{
background-color: #162A5A;
}
.BgClassName
{
background-color: #162A5A;
}
</style>
border-color css
<style>
span { border-color: #162A5A; }
span { border-color: rgb(22,42,90); }
td.TdClassName
{
border-color: #162A5A;
}
.TagClassName
{
border-color: #162A5A;
}
</style>