Shades of Sapphire #17306B
Tints of Sapphire #17306B
RGB
CMYK
RGB Variations
Color information
#17306B (or 0x17306B) is known color: Sapphire. HEX triplet: 17, 30 and 6B. RGB value is (23,48,107). Sum of RGB (Red+Green+Blue) = 23+48+107=178 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.92% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 107 (42.19% from 255 or 60.11% from 178); Max value from RGB is 107 - color contains mainly: blue. Hex color #17306B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17306B is #E8CF94. Grayscale: #2E2E2E. Windows color (decimal): -15257493 or 7024663. OLE color: 7024663.
HSL color Cylindrical-coordinate representation of color #17306B: hue angle of 222.14º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17306B is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 48 | 107 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.58 |
| HSL | 222.14º | 0.65% | 0.25% | - |
| HSV(B) | 222.14º | 0.79% | 0.42% | - |
| XYZ | 4.06 | 3.36 | 14.34 | - |
| YUV | 47.25 | 161.72 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 48 | 107 | 0.79 | 0.55 | 0 | 0.58 | 222.14 | 0.65 | 0.25 |
| Hex | 17 | 30 | 6B | 4F | 37 | 0 | 3A | DE | 41 | 19 |
| Octal | 27 | 60 | 153 | 117 | 67 | 0 | 72 | 336 | 101 | 31 |
| Binary | 10111 | 110000 | 1101011 | 1001111 | 110111 | 0 | 111010 | 11011110 | 1000001 | 11001 |
Color Harmonies of #17306B
Complementary color
Monochromatic Colors of #17306B
Black with #17306B
Text Example
Text Example
White with #17306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17306B; }
p { color: rgb(23,48,107); }
H1.HeaderClassName
{
color: #17306B;
}
.AnyTagClassName
{
color: #17306B;
}
</style>
background-color css
<style>
a { background-color: #17306B; }
a { background-color: rgb(23,48,107); }
div.DivClassName
{
background-color: #17306B;
}
.BgClassName
{
background-color: #17306B;
}
</style>
border-color css
<style>
span { border-color: #17306B; }
span { border-color: rgb(23,48,107); }
td.TdClassName
{
border-color: #17306B;
}
.TagClassName
{
border-color: #17306B;
}
</style>