Shades of Sapphire #17307B
Tints of Sapphire #17307B
RGB
CMYK
RGB Variations
Color information
#17307B (or 0x17307B) is known color: Sapphire. HEX triplet: 17, 30 and 7B. RGB value is (23,48,123). Sum of RGB (Red+Green+Blue) = 23+48+123=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 123 (48.44% from 255 or 63.40% from 194); Max value from RGB is 123 - color contains mainly: blue. Hex color #17307B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17307B is #E8CF84. Grayscale: #303030. Windows color (decimal): -15257477 or 8073239. OLE color: 8073239.
HSL color Cylindrical-coordinate representation of color #17307B: hue angle of 225º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17307B is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 23 | 48 | 123 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.52 |
| HSL | 225º | 0.68% | 0.29% | - |
| HSV(B) | 225º | 0.81% | 0.48% | - |
| XYZ | 4.99 | 3.73 | 19.2 | - |
| YUV | 49.08 | 169.72 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 48 | 123 | 0.81 | 0.61 | 0 | 0.52 | 225 | 0.68 | 0.29 |
| Hex | 17 | 30 | 7B | 51 | 3D | 0 | 34 | E1 | 44 | 1D |
| Octal | 27 | 60 | 173 | 121 | 75 | 0 | 64 | 341 | 104 | 35 |
| Binary | 10111 | 110000 | 1111011 | 1010001 | 111101 | 0 | 110100 | 11100001 | 1000100 | 11101 |
Color Harmonies of #17307B
Complementary color
Monochromatic Colors of #17307B
Black with #17307B
Text Example
Text Example
White with #17307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17307B; }
p { color: rgb(23,48,123); }
H1.HeaderClassName
{
color: #17307B;
}
.AnyTagClassName
{
color: #17307B;
}
</style>
background-color css
<style>
a { background-color: #17307B; }
a { background-color: rgb(23,48,123); }
div.DivClassName
{
background-color: #17307B;
}
.BgClassName
{
background-color: #17307B;
}
</style>
border-color css
<style>
span { border-color: #17307B; }
span { border-color: rgb(23,48,123); }
td.TdClassName
{
border-color: #17307B;
}
.TagClassName
{
border-color: #17307B;
}
</style>