Shades of Sapphire #17307E
Tints of Sapphire #17307E
RGB
CMYK
RGB Variations
Color information
#17307E (or 0x17307E) is known color: Sapphire. HEX triplet: 17, 30 and 7E. RGB value is (23,48,126). Sum of RGB (Red+Green+Blue) = 23+48+126=197 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.68% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 126 (49.61% from 255 or 63.96% from 197); Max value from RGB is 126 - color contains mainly: blue. Hex color #17307E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17307E is #E8CF81. Grayscale: #313131. Windows color (decimal): -15257474 or 8269847. OLE color: 8269847.
HSL color Cylindrical-coordinate representation of color #17307E: hue angle of 225.44º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17307E is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 48 | 126 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.51 |
| HSL | 225.44º | 0.69% | 0.29% | - |
| HSV(B) | 225.44º | 0.82% | 0.49% | - |
| XYZ | 5.18 | 3.8 | 20.2 | - |
| YUV | 49.42 | 171.22 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 48 | 126 | 0.82 | 0.62 | 0 | 0.51 | 225.44 | 0.69 | 0.29 |
| Hex | 17 | 30 | 7E | 52 | 3E | 0 | 33 | E1 | 45 | 1D |
| Octal | 27 | 60 | 176 | 122 | 76 | 0 | 63 | 341 | 105 | 35 |
| Binary | 10111 | 110000 | 1111110 | 1010010 | 111110 | 0 | 110011 | 11100001 | 1000101 | 11101 |
Color Harmonies of #17307E
Complementary color
Monochromatic Colors of #17307E
Black with #17307E
Text Example
Text Example
White with #17307E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17307E; }
p { color: rgb(23,48,126); }
H1.HeaderClassName
{
color: #17307E;
}
.AnyTagClassName
{
color: #17307E;
}
</style>
background-color css
<style>
a { background-color: #17307E; }
a { background-color: rgb(23,48,126); }
div.DivClassName
{
background-color: #17307E;
}
.BgClassName
{
background-color: #17307E;
}
</style>
border-color css
<style>
span { border-color: #17307E; }
span { border-color: rgb(23,48,126); }
td.TdClassName
{
border-color: #17307E;
}
.TagClassName
{
border-color: #17307E;
}
</style>