Shades of Sapphire #172F7B
Tints of Sapphire #172F7B
RGB
CMYK
RGB Variations
Color information
#172F7B (or 0x172F7B) is known color: Sapphire. HEX triplet: 17, 2F and 7B. RGB value is (23,47,123). Sum of RGB (Red+Green+Blue) = 23+47+123=193 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.92% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 123 (48.44% from 255 or 63.73% from 193); Max value from RGB is 123 - color contains mainly: blue. Hex color #172F7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F7B is #E8D084. Grayscale: #303030. Windows color (decimal): -15257733 or 8072983. OLE color: 8072983.
HSL color Cylindrical-coordinate representation of color #172F7B: hue angle of 225.6º 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 #172F7B is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 23 | 47 | 123 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.52 |
| HSL | 225.6º | 0.68% | 0.29% | - |
| HSV(B) | 225.6º | 0.81% | 0.48% | - |
| XYZ | 4.95 | 3.65 | 19.18 | - |
| YUV | 48.49 | 170.05 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 123 | 0.81 | 0.62 | 0 | 0.52 | 225.6 | 0.68 | 0.29 |
| Hex | 17 | 2F | 7B | 51 | 3E | 0 | 34 | E2 | 44 | 1D |
| Octal | 27 | 57 | 173 | 121 | 76 | 0 | 64 | 342 | 104 | 35 |
| Binary | 10111 | 101111 | 1111011 | 1010001 | 111110 | 0 | 110100 | 11100010 | 1000100 | 11101 |
Color Harmonies of #172F7B
Complementary color
Monochromatic Colors of #172F7B
Black with #172F7B
Text Example
Text Example
White with #172F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172F7B; }
p { color: rgb(23,47,123); }
H1.HeaderClassName
{
color: #172F7B;
}
.AnyTagClassName
{
color: #172F7B;
}
</style>
background-color css
<style>
a { background-color: #172F7B; }
a { background-color: rgb(23,47,123); }
div.DivClassName
{
background-color: #172F7B;
}
.BgClassName
{
background-color: #172F7B;
}
</style>
border-color css
<style>
span { border-color: #172F7B; }
span { border-color: rgb(23,47,123); }
td.TdClassName
{
border-color: #172F7B;
}
.TagClassName
{
border-color: #172F7B;
}
</style>