Shades of Sapphire #172E7B
Tints of Sapphire #172E7B
RGB
CMYK
RGB Variations
Color information
#172E7B (or 0x172E7B) is known color: Sapphire. HEX triplet: 17, 2E and 7B. RGB value is (23,46,123). Sum of RGB (Red+Green+Blue) = 23+46+123=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 123 (48.44% from 255 or 64.06% from 192); Max value from RGB is 123 - color contains mainly: blue. Hex color #172E7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172E7B is #E8D184. Grayscale: #2F2F2F. Windows color (decimal): -15257989 or 8072727. OLE color: 8072727.
HSL color Cylindrical-coordinate representation of color #172E7B: hue angle of 226.2º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #172E7B is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 23 | 46 | 123 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.52 |
| HSL | 226.2º | 0.68% | 0.29% | - |
| HSV(B) | 226.2º | 0.81% | 0.48% | - |
| XYZ | 4.91 | 3.57 | 19.17 | - |
| YUV | 47.9 | 170.38 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 46 | 123 | 0.81 | 0.63 | 0 | 0.52 | 226.2 | 0.68 | 0.29 |
| Hex | 17 | 2E | 7B | 51 | 3F | 0 | 34 | E2 | 44 | 1D |
| Octal | 27 | 56 | 173 | 121 | 77 | 0 | 64 | 342 | 104 | 35 |
| Binary | 10111 | 101110 | 1111011 | 1010001 | 111111 | 0 | 110100 | 11100010 | 1000100 | 11101 |
Color Harmonies of #172E7B
Complementary color
Monochromatic Colors of #172E7B
Black with #172E7B
Text Example
Text Example
White with #172E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172E7B; }
p { color: rgb(23,46,123); }
H1.HeaderClassName
{
color: #172E7B;
}
.AnyTagClassName
{
color: #172E7B;
}
</style>
background-color css
<style>
a { background-color: #172E7B; }
a { background-color: rgb(23,46,123); }
div.DivClassName
{
background-color: #172E7B;
}
.BgClassName
{
background-color: #172E7B;
}
</style>
border-color css
<style>
span { border-color: #172E7B; }
span { border-color: rgb(23,46,123); }
td.TdClassName
{
border-color: #172E7B;
}
.TagClassName
{
border-color: #172E7B;
}
</style>