Shades of Sapphire #173367
Tints of Sapphire #173367
RGB
CMYK
RGB Variations
Color information
#173367 (or 0x173367) is known color: Sapphire. HEX triplet: 17, 33 and 67. RGB value is (23,51,103). Sum of RGB (Red+Green+Blue) = 23+51+103=177 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.99% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 103 (40.62% from 255 or 58.19% from 177); Max value from RGB is 103 - color contains mainly: blue. Hex color #173367 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173367 is #E8CC98. Grayscale: #303030. Windows color (decimal): -15256729 or 6763287. OLE color: 6763287.
HSL color Cylindrical-coordinate representation of color #173367: hue angle of 219º 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 #173367 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 23 | 51 | 103 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.60 |
| HSL | 219º | 0.63% | 0.25% | - |
| HSV(B) | 219º | 0.78% | 0.4% | - |
| XYZ | 3.99 | 3.53 | 13.3 | - |
| YUV | 48.56 | 158.72 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 51 | 103 | 0.78 | 0.50 | 0 | 0.60 | 219 | 0.63 | 0.25 |
| Hex | 17 | 33 | 67 | 4E | 32 | 0 | 3C | DB | 3F | 19 |
| Octal | 27 | 63 | 147 | 116 | 62 | 0 | 74 | 333 | 77 | 31 |
| Binary | 10111 | 110011 | 1100111 | 1001110 | 110010 | 0 | 111100 | 11011011 | 111111 | 11001 |
Color Harmonies of #173367
Complementary color
Monochromatic Colors of #173367
Black with #173367
Text Example
Text Example
White with #173367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173367; }
p { color: rgb(23,51,103); }
H1.HeaderClassName
{
color: #173367;
}
.AnyTagClassName
{
color: #173367;
}
</style>
background-color css
<style>
a { background-color: #173367; }
a { background-color: rgb(23,51,103); }
div.DivClassName
{
background-color: #173367;
}
.BgClassName
{
background-color: #173367;
}
</style>
border-color css
<style>
span { border-color: #173367; }
span { border-color: rgb(23,51,103); }
td.TdClassName
{
border-color: #173367;
}
.TagClassName
{
border-color: #173367;
}
</style>