Shades of Sapphire #172967
Tints of Sapphire #172967
RGB
CMYK
RGB Variations
Color information
#172967 (or 0x172967) is known color: Sapphire. HEX triplet: 17, 29 and 67. RGB value is (23,41,103). Sum of RGB (Red+Green+Blue) = 23+41+103=167 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.77% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 103 (40.62% from 255 or 61.68% from 167); Max value from RGB is 103 - color contains mainly: blue. Hex color #172967 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172967 is #E8D698. Grayscale: #2A2A2A. Windows color (decimal): -15259289 or 6760727. OLE color: 6760727.
HSL color Cylindrical-coordinate representation of color #172967: hue angle of 226.5º 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 #172967 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 23 | 41 | 103 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.60 |
| HSL | 226.5º | 0.63% | 0.25% | - |
| HSV(B) | 226.5º | 0.78% | 0.4% | - |
| XYZ | 3.59 | 2.75 | 13.17 | - |
| YUV | 42.69 | 162.04 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 41 | 103 | 0.78 | 0.60 | 0 | 0.60 | 226.5 | 0.63 | 0.25 |
| Hex | 17 | 29 | 67 | 4E | 3C | 0 | 3C | E2 | 3F | 19 |
| Octal | 27 | 51 | 147 | 116 | 74 | 0 | 74 | 342 | 77 | 31 |
| Binary | 10111 | 101001 | 1100111 | 1001110 | 111100 | 0 | 111100 | 11100010 | 111111 | 11001 |
Color Harmonies of #172967
Complementary color
Monochromatic Colors of #172967
Black with #172967
Text Example
Text Example
White with #172967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172967; }
p { color: rgb(23,41,103); }
H1.HeaderClassName
{
color: #172967;
}
.AnyTagClassName
{
color: #172967;
}
</style>
background-color css
<style>
a { background-color: #172967; }
a { background-color: rgb(23,41,103); }
div.DivClassName
{
background-color: #172967;
}
.BgClassName
{
background-color: #172967;
}
</style>
border-color css
<style>
span { border-color: #172967; }
span { border-color: rgb(23,41,103); }
td.TdClassName
{
border-color: #172967;
}
.TagClassName
{
border-color: #172967;
}
</style>