Shades of Sapphire #172C6A
Tints of Sapphire #172C6A
RGB
CMYK
RGB Variations
Color information
#172C6A (or 0x172C6A) is known color: Sapphire. HEX triplet: 17, 2C and 6A. RGB value is (23,44,106). Sum of RGB (Red+Green+Blue) = 23+44+106=173 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.29% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 106 (41.80% from 255 or 61.27% from 173); Max value from RGB is 106 - color contains mainly: blue. Hex color #172C6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C6A is #E8D395. Grayscale: #2C2C2C. Windows color (decimal): -15258518 or 6958103. OLE color: 6958103.
HSL color Cylindrical-coordinate representation of color #172C6A: hue angle of 224.82º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #172C6A is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 44 | 106 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.58 |
| HSL | 224.82º | 0.64% | 0.25% | - |
| HSV(B) | 224.82º | 0.78% | 0.42% | - |
| XYZ | 3.86 | 3.02 | 14.02 | - |
| YUV | 44.79 | 162.54 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 106 | 0.78 | 0.58 | 0 | 0.58 | 224.82 | 0.64 | 0.25 |
| Hex | 17 | 2C | 6A | 4E | 3A | 0 | 3A | E1 | 40 | 19 |
| Octal | 27 | 54 | 152 | 116 | 72 | 0 | 72 | 341 | 100 | 31 |
| Binary | 10111 | 101100 | 1101010 | 1001110 | 111010 | 0 | 111010 | 11100001 | 1000000 | 11001 |
Color Harmonies of #172C6A
Complementary color
Monochromatic Colors of #172C6A
Black with #172C6A
Text Example
Text Example
White with #172C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172C6A; }
p { color: rgb(23,44,106); }
H1.HeaderClassName
{
color: #172C6A;
}
.AnyTagClassName
{
color: #172C6A;
}
</style>
background-color css
<style>
a { background-color: #172C6A; }
a { background-color: rgb(23,44,106); }
div.DivClassName
{
background-color: #172C6A;
}
.BgClassName
{
background-color: #172C6A;
}
</style>
border-color css
<style>
span { border-color: #172C6A; }
span { border-color: rgb(23,44,106); }
td.TdClassName
{
border-color: #172C6A;
}
.TagClassName
{
border-color: #172C6A;
}
</style>