Shades of Sapphire #172D7B
Tints of Sapphire #172D7B
RGB
CMYK
RGB Variations
Color information
#172D7B (or 0x172D7B) is known color: Sapphire. HEX triplet: 17, 2D and 7B. RGB value is (23,45,123). Sum of RGB (Red+Green+Blue) = 23+45+123=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 123 (48.44% from 255 or 64.40% from 191); Max value from RGB is 123 - color contains mainly: blue. Hex color #172D7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172D7B is #E8D284. Grayscale: #2E2E2E. Windows color (decimal): -15258245 or 8072471. OLE color: 8072471.
HSL color Cylindrical-coordinate representation of color #172D7B: hue angle of 226.8º 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 #172D7B is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 23 | 45 | 123 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.52 |
| HSL | 226.8º | 0.68% | 0.29% | - |
| HSV(B) | 226.8º | 0.81% | 0.48% | - |
| XYZ | 4.87 | 3.49 | 19.16 | - |
| YUV | 47.31 | 170.71 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 123 | 0.81 | 0.63 | 0 | 0.52 | 226.8 | 0.68 | 0.29 |
| Hex | 17 | 2D | 7B | 51 | 3F | 0 | 34 | E3 | 44 | 1D |
| Octal | 27 | 55 | 173 | 121 | 77 | 0 | 64 | 343 | 104 | 35 |
| Binary | 10111 | 101101 | 1111011 | 1010001 | 111111 | 0 | 110100 | 11100011 | 1000100 | 11101 |
Color Harmonies of #172D7B
Complementary color
Monochromatic Colors of #172D7B
Black with #172D7B
Text Example
Text Example
White with #172D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172D7B; }
p { color: rgb(23,45,123); }
H1.HeaderClassName
{
color: #172D7B;
}
.AnyTagClassName
{
color: #172D7B;
}
</style>
background-color css
<style>
a { background-color: #172D7B; }
a { background-color: rgb(23,45,123); }
div.DivClassName
{
background-color: #172D7B;
}
.BgClassName
{
background-color: #172D7B;
}
</style>
border-color css
<style>
span { border-color: #172D7B; }
span { border-color: rgb(23,45,123); }
td.TdClassName
{
border-color: #172D7B;
}
.TagClassName
{
border-color: #172D7B;
}
</style>