Shades of Sapphire #173278
Tints of Sapphire #173278
RGB
CMYK
RGB Variations
Color information
#173278 (or 0x173278) is known color: Sapphire. HEX triplet: 17, 32 and 78. RGB value is (23,50,120). Sum of RGB (Red+Green+Blue) = 23+50+120=193 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.92% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 120 (47.27% from 255 or 62.18% from 193); Max value from RGB is 120 - color contains mainly: blue. Hex color #173278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173278 is #E8CD87. Grayscale: #313131. Windows color (decimal): -15256968 or 7877143. OLE color: 7877143.
HSL color Cylindrical-coordinate representation of color #173278: hue angle of 223.3º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #173278 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 23 | 50 | 120 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.53 |
| HSL | 223.3º | 0.68% | 0.28% | - |
| HSV(B) | 223.3º | 0.81% | 0.47% | - |
| XYZ | 4.88 | 3.82 | 18.25 | - |
| YUV | 49.91 | 167.55 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 50 | 120 | 0.81 | 0.58 | 0 | 0.53 | 223.3 | 0.68 | 0.28 |
| Hex | 17 | 32 | 78 | 51 | 3A | 0 | 35 | DF | 44 | 1C |
| Octal | 27 | 62 | 170 | 121 | 72 | 0 | 65 | 337 | 104 | 34 |
| Binary | 10111 | 110010 | 1111000 | 1010001 | 111010 | 0 | 110101 | 11011111 | 1000100 | 11100 |
Color Harmonies of #173278
Complementary color
Monochromatic Colors of #173278
Black with #173278
Text Example
Text Example
White with #173278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173278; }
p { color: rgb(23,50,120); }
H1.HeaderClassName
{
color: #173278;
}
.AnyTagClassName
{
color: #173278;
}
</style>
background-color css
<style>
a { background-color: #173278; }
a { background-color: rgb(23,50,120); }
div.DivClassName
{
background-color: #173278;
}
.BgClassName
{
background-color: #173278;
}
</style>
border-color css
<style>
span { border-color: #173278; }
span { border-color: rgb(23,50,120); }
td.TdClassName
{
border-color: #173278;
}
.TagClassName
{
border-color: #173278;
}
</style>