Shades of Sapphire #172F7C
Tints of Sapphire #172F7C
RGB
CMYK
RGB Variations
Color information
#172F7C (or 0x172F7C) is known color: Sapphire. HEX triplet: 17, 2F and 7C. RGB value is (23,47,124). Sum of RGB (Red+Green+Blue) = 23+47+124=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 124 (48.83% from 255 or 63.92% from 194); Max value from RGB is 124 - color contains mainly: blue. Hex color #172F7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F7C is #E8D083. Grayscale: #303030. Windows color (decimal): -15257732 or 8138519. OLE color: 8138519.
HSL color Cylindrical-coordinate representation of color #172F7C: hue angle of 225.74º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #172F7C is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 47 | 124 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.51 |
| HSL | 225.74º | 0.69% | 0.29% | - |
| HSV(B) | 225.74º | 0.81% | 0.49% | - |
| XYZ | 5.01 | 3.67 | 19.51 | - |
| YUV | 48.6 | 170.55 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 124 | 0.81 | 0.62 | 0 | 0.51 | 225.74 | 0.69 | 0.29 |
| Hex | 17 | 2F | 7C | 51 | 3E | 0 | 33 | E2 | 45 | 1D |
| Octal | 27 | 57 | 174 | 121 | 76 | 0 | 63 | 342 | 105 | 35 |
| Binary | 10111 | 101111 | 1111100 | 1010001 | 111110 | 0 | 110011 | 11100010 | 1000101 | 11101 |
Color Harmonies of #172F7C
Complementary color
Monochromatic Colors of #172F7C
Black with #172F7C
Text Example
Text Example
White with #172F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172F7C; }
p { color: rgb(23,47,124); }
H1.HeaderClassName
{
color: #172F7C;
}
.AnyTagClassName
{
color: #172F7C;
}
</style>
background-color css
<style>
a { background-color: #172F7C; }
a { background-color: rgb(23,47,124); }
div.DivClassName
{
background-color: #172F7C;
}
.BgClassName
{
background-color: #172F7C;
}
</style>
border-color css
<style>
span { border-color: #172F7C; }
span { border-color: rgb(23,47,124); }
td.TdClassName
{
border-color: #172F7C;
}
.TagClassName
{
border-color: #172F7C;
}
</style>