Shades of Sapphire #16245A
Tints of Sapphire #16245A
RGB
CMYK
RGB Variations
Color information
#16245A (or 0x16245A) is known color: Sapphire. HEX triplet: 16, 24 and 5A. RGB value is (22,36,90). Sum of RGB (Red+Green+Blue) = 22+36+90=148 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.86% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 90 (35.55% from 255 or 60.81% from 148); Max value from RGB is 90 - color contains mainly: blue. Hex color #16245A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16245A is #E9DBA5. Grayscale: #252525. Windows color (decimal): -15326118 or 5907478. OLE color: 5907478.
HSL color Cylindrical-coordinate representation of color #16245A: hue angle of 227.65º 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 #16245A is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 36 | 90 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.65 |
| HSL | 227.65º | 0.61% | 0.22% | - |
| HSV(B) | 227.65º | 0.76% | 0.35% | - |
| XYZ | 2.81 | 2.17 | 9.94 | - |
| YUV | 37.97 | 157.36 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 36 | 90 | 0.76 | 0.60 | 0 | 0.65 | 227.65 | 0.61 | 0.22 |
| Hex | 16 | 24 | 5A | 4C | 3C | 0 | 41 | E4 | 3D | 16 |
| Octal | 26 | 44 | 132 | 114 | 74 | 0 | 101 | 344 | 75 | 26 |
| Binary | 10110 | 100100 | 1011010 | 1001100 | 111100 | 0 | 1000001 | 11100100 | 111101 | 10110 |
Color Harmonies of #16245A
Complementary color
Monochromatic Colors of #16245A
Black with #16245A
Text Example
Text Example
White with #16245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16245A; }
p { color: rgb(22,36,90); }
H1.HeaderClassName
{
color: #16245A;
}
.AnyTagClassName
{
color: #16245A;
}
</style>
background-color css
<style>
a { background-color: #16245A; }
a { background-color: rgb(22,36,90); }
div.DivClassName
{
background-color: #16245A;
}
.BgClassName
{
background-color: #16245A;
}
</style>
border-color css
<style>
span { border-color: #16245A; }
span { border-color: rgb(22,36,90); }
td.TdClassName
{
border-color: #16245A;
}
.TagClassName
{
border-color: #16245A;
}
</style>