Shades of Sapphire #16235D
Tints of Sapphire #16235D
RGB
CMYK
RGB Variations
Color information
#16235D (or 0x16235D) is known color: Sapphire. HEX triplet: 16, 23 and 5D. RGB value is (22,35,93). Sum of RGB (Red+Green+Blue) = 22+35+93=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 93 (36.72% from 255 or 62% from 150); Max value from RGB is 93 - color contains mainly: blue. Hex color #16235D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16235D is #E9DCA2. Grayscale: #252525. Windows color (decimal): -15326371 or 6103830. OLE color: 6103830.
HSL color Cylindrical-coordinate representation of color #16235D: hue angle of 229.01º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16235D is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 35 | 93 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.64 |
| HSL | 229.01º | 0.62% | 0.23% | - |
| HSV(B) | 229.01º | 0.76% | 0.36% | - |
| XYZ | 2.91 | 2.16 | 10.62 | - |
| YUV | 37.73 | 159.19 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 35 | 93 | 0.76 | 0.62 | 0 | 0.64 | 229.01 | 0.62 | 0.23 |
| Hex | 16 | 23 | 5D | 4C | 3E | 0 | 40 | E5 | 3E | 17 |
| Octal | 26 | 43 | 135 | 114 | 76 | 0 | 100 | 345 | 76 | 27 |
| Binary | 10110 | 100011 | 1011101 | 1001100 | 111110 | 0 | 1000000 | 11100101 | 111110 | 10111 |
Color Harmonies of #16235D
Complementary color
Monochromatic Colors of #16235D
Black with #16235D
Text Example
Text Example
White with #16235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16235D; }
p { color: rgb(22,35,93); }
H1.HeaderClassName
{
color: #16235D;
}
.AnyTagClassName
{
color: #16235D;
}
</style>
background-color css
<style>
a { background-color: #16235D; }
a { background-color: rgb(22,35,93); }
div.DivClassName
{
background-color: #16235D;
}
.BgClassName
{
background-color: #16235D;
}
</style>
border-color css
<style>
span { border-color: #16235D; }
span { border-color: rgb(22,35,93); }
td.TdClassName
{
border-color: #16235D;
}
.TagClassName
{
border-color: #16235D;
}
</style>