Shades of Sapphire #173467
Tints of Sapphire #173467
RGB
CMYK
RGB Variations
Color information
#173467 (or 0x173467) is known color: Sapphire. HEX triplet: 17, 34 and 67. RGB value is (23,52,103). Sum of RGB (Red+Green+Blue) = 23+52+103=178 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.92% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 103 (40.62% from 255 or 57.87% from 178); Max value from RGB is 103 - color contains mainly: blue. Hex color #173467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173467 is #E8CB98. Grayscale: #303030. Windows color (decimal): -15256473 or 6763543. OLE color: 6763543.
HSL color Cylindrical-coordinate representation of color #173467: hue angle of 218.25º 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 #173467 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 23 | 52 | 103 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.60 |
| HSL | 218.25º | 0.63% | 0.25% | - |
| HSV(B) | 218.25º | 0.78% | 0.4% | - |
| XYZ | 4.03 | 3.62 | 13.32 | - |
| YUV | 49.14 | 158.39 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 52 | 103 | 0.78 | 0.50 | 0 | 0.60 | 218.25 | 0.63 | 0.25 |
| Hex | 17 | 34 | 67 | 4E | 32 | 0 | 3C | DA | 3F | 19 |
| Octal | 27 | 64 | 147 | 116 | 62 | 0 | 74 | 332 | 77 | 31 |
| Binary | 10111 | 110100 | 1100111 | 1001110 | 110010 | 0 | 111100 | 11011010 | 111111 | 11001 |
Color Harmonies of #173467
Complementary color
Monochromatic Colors of #173467
Black with #173467
Text Example
Text Example
White with #173467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173467; }
p { color: rgb(23,52,103); }
H1.HeaderClassName
{
color: #173467;
}
.AnyTagClassName
{
color: #173467;
}
</style>
background-color css
<style>
a { background-color: #173467; }
a { background-color: rgb(23,52,103); }
div.DivClassName
{
background-color: #173467;
}
.BgClassName
{
background-color: #173467;
}
</style>
border-color css
<style>
span { border-color: #173467; }
span { border-color: rgb(23,52,103); }
td.TdClassName
{
border-color: #173467;
}
.TagClassName
{
border-color: #173467;
}
</style>