Shades of Sapphire #172F67
Tints of Sapphire #172F67
RGB
CMYK
RGB Variations
Color information
#172F67 (or 0x172F67) is known color: Sapphire. HEX triplet: 17, 2F and 67. RGB value is (23,47,103). Sum of RGB (Red+Green+Blue) = 23+47+103=173 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.29% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 103 (40.62% from 255 or 59.54% from 173); Max value from RGB is 103 - color contains mainly: blue. Hex color #172F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F67 is #E8D098. Grayscale: #2D2D2D. Windows color (decimal): -15257753 or 6762263. OLE color: 6762263.
HSL color Cylindrical-coordinate representation of color #172F67: hue angle of 222º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #172F67 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 23 | 47 | 103 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.60 |
| HSL | 222º | 0.63% | 0.25% | - |
| HSV(B) | 222º | 0.78% | 0.4% | - |
| XYZ | 3.82 | 3.19 | 13.25 | - |
| YUV | 46.21 | 160.05 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 103 | 0.78 | 0.54 | 0 | 0.60 | 222 | 0.63 | 0.25 |
| Hex | 17 | 2F | 67 | 4E | 36 | 0 | 3C | DE | 3F | 19 |
| Octal | 27 | 57 | 147 | 116 | 66 | 0 | 74 | 336 | 77 | 31 |
| Binary | 10111 | 101111 | 1100111 | 1001110 | 110110 | 0 | 111100 | 11011110 | 111111 | 11001 |
Color Harmonies of #172F67
Complementary color
Monochromatic Colors of #172F67
Black with #172F67
Text Example
Text Example
White with #172F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172F67; }
p { color: rgb(23,47,103); }
H1.HeaderClassName
{
color: #172F67;
}
.AnyTagClassName
{
color: #172F67;
}
</style>
background-color css
<style>
a { background-color: #172F67; }
a { background-color: rgb(23,47,103); }
div.DivClassName
{
background-color: #172F67;
}
.BgClassName
{
background-color: #172F67;
}
</style>
border-color css
<style>
span { border-color: #172F67; }
span { border-color: rgb(23,47,103); }
td.TdClassName
{
border-color: #172F67;
}
.TagClassName
{
border-color: #172F67;
}
</style>