Shades of Sapphire #172C6B
Tints of Sapphire #172C6B
RGB
CMYK
RGB Variations
Color information
#172C6B (or 0x172C6B) is known color: Sapphire. HEX triplet: 17, 2C and 6B. RGB value is (23,44,107). Sum of RGB (Red+Green+Blue) = 23+44+107=174 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.22% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 107 (42.19% from 255 or 61.49% from 174); Max value from RGB is 107 - color contains mainly: blue. Hex color #172C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C6B is #E8D394. Grayscale: #2C2C2C. Windows color (decimal): -15258517 or 7023639. OLE color: 7023639.
HSL color Cylindrical-coordinate representation of color #172C6B: hue angle of 225º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #172C6B is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 44 | 107 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.58 |
| HSL | 225º | 0.65% | 0.25% | - |
| HSV(B) | 225º | 0.79% | 0.42% | - |
| XYZ | 3.91 | 3.05 | 14.29 | - |
| YUV | 44.9 | 163.04 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 107 | 0.79 | 0.59 | 0 | 0.58 | 225 | 0.65 | 0.25 |
| Hex | 17 | 2C | 6B | 4F | 3B | 0 | 3A | E1 | 41 | 19 |
| Octal | 27 | 54 | 153 | 117 | 73 | 0 | 72 | 341 | 101 | 31 |
| Binary | 10111 | 101100 | 1101011 | 1001111 | 111011 | 0 | 111010 | 11100001 | 1000001 | 11001 |
Color Harmonies of #172C6B
Complementary color
Monochromatic Colors of #172C6B
Black with #172C6B
Text Example
Text Example
White with #172C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172C6B; }
p { color: rgb(23,44,107); }
H1.HeaderClassName
{
color: #172C6B;
}
.AnyTagClassName
{
color: #172C6B;
}
</style>
background-color css
<style>
a { background-color: #172C6B; }
a { background-color: rgb(23,44,107); }
div.DivClassName
{
background-color: #172C6B;
}
.BgClassName
{
background-color: #172C6B;
}
</style>
border-color css
<style>
span { border-color: #172C6B; }
span { border-color: rgb(23,44,107); }
td.TdClassName
{
border-color: #172C6B;
}
.TagClassName
{
border-color: #172C6B;
}
</style>