Shades of Sapphire #17307D
Tints of Sapphire #17307D
RGB
CMYK
RGB Variations
Color information
#17307D (or 0x17307D) is known color: Sapphire. HEX triplet: 17, 30 and 7D. RGB value is (23,48,125). Sum of RGB (Red+Green+Blue) = 23+48+125=196 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.73% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 125 (49.22% from 255 or 63.78% from 196); Max value from RGB is 125 - color contains mainly: blue. Hex color #17307D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17307D is #E8CF82. Grayscale: #303030. Windows color (decimal): -15257475 or 8204311. OLE color: 8204311.
HSL color Cylindrical-coordinate representation of color #17307D: hue angle of 225.29º 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 #17307D is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 48 | 125 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.51 |
| HSL | 225.29º | 0.69% | 0.29% | - |
| HSV(B) | 225.29º | 0.82% | 0.49% | - |
| XYZ | 5.11 | 3.78 | 19.86 | - |
| YUV | 49.3 | 170.72 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 48 | 125 | 0.82 | 0.62 | 0 | 0.51 | 225.29 | 0.69 | 0.29 |
| Hex | 17 | 30 | 7D | 52 | 3E | 0 | 33 | E1 | 45 | 1D |
| Octal | 27 | 60 | 175 | 122 | 76 | 0 | 63 | 341 | 105 | 35 |
| Binary | 10111 | 110000 | 1111101 | 1010010 | 111110 | 0 | 110011 | 11100001 | 1000101 | 11101 |
Color Harmonies of #17307D
Complementary color
Monochromatic Colors of #17307D
Black with #17307D
Text Example
Text Example
White with #17307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17307D; }
p { color: rgb(23,48,125); }
H1.HeaderClassName
{
color: #17307D;
}
.AnyTagClassName
{
color: #17307D;
}
</style>
background-color css
<style>
a { background-color: #17307D; }
a { background-color: rgb(23,48,125); }
div.DivClassName
{
background-color: #17307D;
}
.BgClassName
{
background-color: #17307D;
}
</style>
border-color css
<style>
span { border-color: #17307D; }
span { border-color: rgb(23,48,125); }
td.TdClassName
{
border-color: #17307D;
}
.TagClassName
{
border-color: #17307D;
}
</style>