Shades of Sapphire #16265A
Tints of Sapphire #16265A
RGB
CMYK
RGB Variations
Color information
#16265A (or 0x16265A) is known color: Sapphire. HEX triplet: 16, 26 and 5A. RGB value is (22,38,90). Sum of RGB (Red+Green+Blue) = 22+38+90=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 90 (35.55% from 255 or 60% from 150); Max value from RGB is 90 - color contains mainly: blue. Hex color #16265A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16265A is #E9D9A5. Grayscale: #262626. Windows color (decimal): -15325606 or 5907990. OLE color: 5907990.
HSL color Cylindrical-coordinate representation of color #16265A: hue angle of 225.88º 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 #16265A is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 38 | 90 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.65 |
| HSL | 225.88º | 0.61% | 0.22% | - |
| HSV(B) | 225.88º | 0.76% | 0.35% | - |
| XYZ | 2.87 | 2.29 | 9.96 | - |
| YUV | 39.14 | 156.7 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 38 | 90 | 0.76 | 0.58 | 0 | 0.65 | 225.88 | 0.61 | 0.22 |
| Hex | 16 | 26 | 5A | 4C | 3A | 0 | 41 | E2 | 3D | 16 |
| Octal | 26 | 46 | 132 | 114 | 72 | 0 | 101 | 342 | 75 | 26 |
| Binary | 10110 | 100110 | 1011010 | 1001100 | 111010 | 0 | 1000001 | 11100010 | 111101 | 10110 |
Color Harmonies of #16265A
Complementary color
Monochromatic Colors of #16265A
Black with #16265A
Text Example
Text Example
White with #16265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16265A; }
p { color: rgb(22,38,90); }
H1.HeaderClassName
{
color: #16265A;
}
.AnyTagClassName
{
color: #16265A;
}
</style>
background-color css
<style>
a { background-color: #16265A; }
a { background-color: rgb(22,38,90); }
div.DivClassName
{
background-color: #16265A;
}
.BgClassName
{
background-color: #16265A;
}
</style>
border-color css
<style>
span { border-color: #16265A; }
span { border-color: rgb(22,38,90); }
td.TdClassName
{
border-color: #16265A;
}
.TagClassName
{
border-color: #16265A;
}
</style>