Shades of Sapphire #16285A
Tints of Sapphire #16285A
RGB
CMYK
RGB Variations
Color information
#16285A (or 0x16285A) is known color: Sapphire. HEX triplet: 16, 28 and 5A. RGB value is (22,40,90). Sum of RGB (Red+Green+Blue) = 22+40+90=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #16285A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16285A is #E9D7A5. Grayscale: #282828. Windows color (decimal): -15325094 or 5908502. OLE color: 5908502.
HSL color Cylindrical-coordinate representation of color #16285A: hue angle of 224.12º 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 #16285A is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 40 | 90 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.65 |
| HSL | 224.12º | 0.61% | 0.22% | - |
| HSV(B) | 224.12º | 0.76% | 0.35% | - |
| XYZ | 2.94 | 2.43 | 9.99 | - |
| YUV | 40.32 | 156.04 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 40 | 90 | 0.76 | 0.56 | 0 | 0.65 | 224.12 | 0.61 | 0.22 |
| Hex | 16 | 28 | 5A | 4C | 38 | 0 | 41 | E0 | 3D | 16 |
| Octal | 26 | 50 | 132 | 114 | 70 | 0 | 101 | 340 | 75 | 26 |
| Binary | 10110 | 101000 | 1011010 | 1001100 | 111000 | 0 | 1000001 | 11100000 | 111101 | 10110 |
Color Harmonies of #16285A
Complementary color
Monochromatic Colors of #16285A
Black with #16285A
Text Example
Text Example
White with #16285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16285A; }
p { color: rgb(22,40,90); }
H1.HeaderClassName
{
color: #16285A;
}
.AnyTagClassName
{
color: #16285A;
}
</style>
background-color css
<style>
a { background-color: #16285A; }
a { background-color: rgb(22,40,90); }
div.DivClassName
{
background-color: #16285A;
}
.BgClassName
{
background-color: #16285A;
}
</style>
border-color css
<style>
span { border-color: #16285A; }
span { border-color: rgb(22,40,90); }
td.TdClassName
{
border-color: #16285A;
}
.TagClassName
{
border-color: #16285A;
}
</style>