Shades of Sapphire #17225E
Tints of Sapphire #17225E
RGB
CMYK
RGB Variations
Color information
#17225E (or 0x17225E) is known color: Sapphire. HEX triplet: 17, 22 and 5E. RGB value is (23,34,94). Sum of RGB (Red+Green+Blue) = 23+34+94=151 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.23% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 94 (37.11% from 255 or 62.25% from 151); Max value from RGB is 94 - color contains mainly: blue. Hex color #17225E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17225E is #E8DDA1. Grayscale: #252525. Windows color (decimal): -15261090 or 6169111. OLE color: 6169111.
HSL color Cylindrical-coordinate representation of color #17225E: hue angle of 230.7º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17225E is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 34 | 94 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.63 |
| HSL | 230.7º | 0.61% | 0.23% | - |
| HSV(B) | 230.7º | 0.76% | 0.37% | - |
| XYZ | 2.95 | 2.13 | 10.85 | - |
| YUV | 37.55 | 159.86 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 34 | 94 | 0.76 | 0.64 | 0 | 0.63 | 230.7 | 0.61 | 0.23 |
| Hex | 17 | 22 | 5E | 4C | 40 | 0 | 3F | E7 | 3D | 17 |
| Octal | 27 | 42 | 136 | 114 | 100 | 0 | 77 | 347 | 75 | 27 |
| Binary | 10111 | 100010 | 1011110 | 1001100 | 1000000 | 0 | 111111 | 11100111 | 111101 | 10111 |
Color Harmonies of #17225E
Complementary color
Monochromatic Colors of #17225E
Black with #17225E
Text Example
Text Example
White with #17225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17225E; }
p { color: rgb(23,34,94); }
H1.HeaderClassName
{
color: #17225E;
}
.AnyTagClassName
{
color: #17225E;
}
</style>
background-color css
<style>
a { background-color: #17225E; }
a { background-color: rgb(23,34,94); }
div.DivClassName
{
background-color: #17225E;
}
.BgClassName
{
background-color: #17225E;
}
</style>
border-color css
<style>
span { border-color: #17225E; }
span { border-color: rgb(23,34,94); }
td.TdClassName
{
border-color: #17225E;
}
.TagClassName
{
border-color: #17225E;
}
</style>