Shades of Sapphire #172867
Tints of Sapphire #172867
RGB
CMYK
RGB Variations
Color information
#172867 (or 0x172867) is known color: Sapphire. HEX triplet: 17, 28 and 67. RGB value is (23,40,103). Sum of RGB (Red+Green+Blue) = 23+40+103=166 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.86% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 103 (40.62% from 255 or 62.05% from 166); Max value from RGB is 103 - color contains mainly: blue. Hex color #172867 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172867 is #E8D798. Grayscale: #292929. Windows color (decimal): -15259545 or 6760471. OLE color: 6760471.
HSL color Cylindrical-coordinate representation of color #172867: hue angle of 227.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 #172867 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 23 | 40 | 103 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.60 |
| HSL | 227.25º | 0.63% | 0.25% | - |
| HSV(B) | 227.25º | 0.78% | 0.4% | - |
| XYZ | 3.56 | 2.68 | 13.16 | - |
| YUV | 42.1 | 162.37 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 40 | 103 | 0.78 | 0.61 | 0 | 0.60 | 227.25 | 0.63 | 0.25 |
| Hex | 17 | 28 | 67 | 4E | 3D | 0 | 3C | E3 | 3F | 19 |
| Octal | 27 | 50 | 147 | 116 | 75 | 0 | 74 | 343 | 77 | 31 |
| Binary | 10111 | 101000 | 1100111 | 1001110 | 111101 | 0 | 111100 | 11100011 | 111111 | 11001 |
Color Harmonies of #172867
Complementary color
Monochromatic Colors of #172867
Black with #172867
Text Example
Text Example
White with #172867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172867; }
p { color: rgb(23,40,103); }
H1.HeaderClassName
{
color: #172867;
}
.AnyTagClassName
{
color: #172867;
}
</style>
background-color css
<style>
a { background-color: #172867; }
a { background-color: rgb(23,40,103); }
div.DivClassName
{
background-color: #172867;
}
.BgClassName
{
background-color: #172867;
}
</style>
border-color css
<style>
span { border-color: #172867; }
span { border-color: rgb(23,40,103); }
td.TdClassName
{
border-color: #172867;
}
.TagClassName
{
border-color: #172867;
}
</style>