Shades of Sapphire #17327C
Tints of Sapphire #17327C
RGB
CMYK
RGB Variations
Color information
#17327C (or 0x17327C) is known color: Sapphire. HEX triplet: 17, 32 and 7C. RGB value is (23,50,124). Sum of RGB (Red+Green+Blue) = 23+50+124=197 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.68% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 124 (48.83% from 255 or 62.94% from 197); Max value from RGB is 124 - color contains mainly: blue. Hex color #17327C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17327C is #E8CD83. Grayscale: #323232. Windows color (decimal): -15256964 or 8139287. OLE color: 8139287.
HSL color Cylindrical-coordinate representation of color #17327C: hue angle of 223.96º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17327C is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 50 | 124 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.51 |
| HSL | 223.96º | 0.69% | 0.29% | - |
| HSV(B) | 223.96º | 0.81% | 0.49% | - |
| XYZ | 5.13 | 3.92 | 19.55 | - |
| YUV | 50.36 | 169.55 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 50 | 124 | 0.81 | 0.60 | 0 | 0.51 | 223.96 | 0.69 | 0.29 |
| Hex | 17 | 32 | 7C | 51 | 3C | 0 | 33 | E0 | 45 | 1D |
| Octal | 27 | 62 | 174 | 121 | 74 | 0 | 63 | 340 | 105 | 35 |
| Binary | 10111 | 110010 | 1111100 | 1010001 | 111100 | 0 | 110011 | 11100000 | 1000101 | 11101 |
Color Harmonies of #17327C
Complementary color
Monochromatic Colors of #17327C
Black with #17327C
Text Example
Text Example
White with #17327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17327C; }
p { color: rgb(23,50,124); }
H1.HeaderClassName
{
color: #17327C;
}
.AnyTagClassName
{
color: #17327C;
}
</style>
background-color css
<style>
a { background-color: #17327C; }
a { background-color: rgb(23,50,124); }
div.DivClassName
{
background-color: #17327C;
}
.BgClassName
{
background-color: #17327C;
}
</style>
border-color css
<style>
span { border-color: #17327C; }
span { border-color: rgb(23,50,124); }
td.TdClassName
{
border-color: #17327C;
}
.TagClassName
{
border-color: #17327C;
}
</style>