Shades of Sapphire #172770
Tints of Sapphire #172770
RGB
CMYK
RGB Variations
Color information
#172770 (or 0x172770) is known color: Sapphire. HEX triplet: 17, 27 and 70. RGB value is (23,39,112). Sum of RGB (Red+Green+Blue) = 23+39+112=174 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.22% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #172770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172770 is #E8D88F. Grayscale: #2A2A2A. Windows color (decimal): -15259792 or 7350039. OLE color: 7350039.
HSL color Cylindrical-coordinate representation of color #172770: hue angle of 229.21º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #172770 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 39 | 112 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.56 |
| HSL | 229.21º | 0.66% | 0.26% | - |
| HSV(B) | 229.21º | 0.79% | 0.44% | - |
| XYZ | 4 | 2.8 | 15.66 | - |
| YUV | 42.54 | 167.2 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 39 | 112 | 0.79 | 0.65 | 0 | 0.56 | 229.21 | 0.66 | 0.26 |
| Hex | 17 | 27 | 70 | 4F | 41 | 0 | 38 | E5 | 42 | 1A |
| Octal | 27 | 47 | 160 | 117 | 101 | 0 | 70 | 345 | 102 | 32 |
| Binary | 10111 | 100111 | 1110000 | 1001111 | 1000001 | 0 | 111000 | 11100101 | 1000010 | 11010 |
Color Harmonies of #172770
Complementary color
Monochromatic Colors of #172770
Black with #172770
Text Example
Text Example
White with #172770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172770; }
p { color: rgb(23,39,112); }
H1.HeaderClassName
{
color: #172770;
}
.AnyTagClassName
{
color: #172770;
}
</style>
background-color css
<style>
a { background-color: #172770; }
a { background-color: rgb(23,39,112); }
div.DivClassName
{
background-color: #172770;
}
.BgClassName
{
background-color: #172770;
}
</style>
border-color css
<style>
span { border-color: #172770; }
span { border-color: rgb(23,39,112); }
td.TdClassName
{
border-color: #172770;
}
.TagClassName
{
border-color: #172770;
}
</style>