Shades of Sapphire #172467
Tints of Sapphire #172467
RGB
CMYK
RGB Variations
Color information
#172467 (or 0x172467) is known color: Sapphire. HEX triplet: 17, 24 and 67. RGB value is (23,36,103). Sum of RGB (Red+Green+Blue) = 23+36+103=162 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.20% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 103 (40.62% from 255 or 63.58% from 162); Max value from RGB is 103 - color contains mainly: blue. Hex color #172467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172467 is #E8DB98. Grayscale: #272727. Windows color (decimal): -15260569 or 6759447. OLE color: 6759447.
HSL color Cylindrical-coordinate representation of color #172467: hue angle of 230.25º 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 #172467 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 23 | 36 | 103 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.60 |
| HSL | 230.25º | 0.63% | 0.25% | - |
| HSV(B) | 230.25º | 0.78% | 0.4% | - |
| XYZ | 3.43 | 2.42 | 13.12 | - |
| YUV | 39.75 | 163.69 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 36 | 103 | 0.78 | 0.65 | 0 | 0.60 | 230.25 | 0.63 | 0.25 |
| Hex | 17 | 24 | 67 | 4E | 41 | 0 | 3C | E6 | 3F | 19 |
| Octal | 27 | 44 | 147 | 116 | 101 | 0 | 74 | 346 | 77 | 31 |
| Binary | 10111 | 100100 | 1100111 | 1001110 | 1000001 | 0 | 111100 | 11100110 | 111111 | 11001 |
Color Harmonies of #172467
Complementary color
Monochromatic Colors of #172467
Black with #172467
Text Example
Text Example
White with #172467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172467; }
p { color: rgb(23,36,103); }
H1.HeaderClassName
{
color: #172467;
}
.AnyTagClassName
{
color: #172467;
}
</style>
background-color css
<style>
a { background-color: #172467; }
a { background-color: rgb(23,36,103); }
div.DivClassName
{
background-color: #172467;
}
.BgClassName
{
background-color: #172467;
}
</style>
border-color css
<style>
span { border-color: #172467; }
span { border-color: rgb(23,36,103); }
td.TdClassName
{
border-color: #172467;
}
.TagClassName
{
border-color: #172467;
}
</style>