Shades of Sapphire #17337E
Tints of Sapphire #17337E
RGB
CMYK
RGB Variations
Color information
#17337E (or 0x17337E) is known color: Sapphire. HEX triplet: 17, 33 and 7E. RGB value is (23,51,126). Sum of RGB (Red+Green+Blue) = 23+51+126=200 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 126 (49.61% from 255 or 63% from 200); Max value from RGB is 126 - color contains mainly: blue. Hex color #17337E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17337E is #E8CC81. Grayscale: #323232. Windows color (decimal): -15256706 or 8270615. OLE color: 8270615.
HSL color Cylindrical-coordinate representation of color #17337E: hue angle of 223.69º 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 #17337E is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 51 | 126 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.51 |
| HSL | 223.69º | 0.69% | 0.29% | - |
| HSV(B) | 223.69º | 0.82% | 0.49% | - |
| XYZ | 5.3 | 4.06 | 20.24 | - |
| YUV | 51.18 | 170.22 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 51 | 126 | 0.82 | 0.60 | 0 | 0.51 | 223.69 | 0.69 | 0.29 |
| Hex | 17 | 33 | 7E | 52 | 3C | 0 | 33 | E0 | 45 | 1D |
| Octal | 27 | 63 | 176 | 122 | 74 | 0 | 63 | 340 | 105 | 35 |
| Binary | 10111 | 110011 | 1111110 | 1010010 | 111100 | 0 | 110011 | 11100000 | 1000101 | 11101 |
Color Harmonies of #17337E
Complementary color
Monochromatic Colors of #17337E
Black with #17337E
Text Example
Text Example
White with #17337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17337E; }
p { color: rgb(23,51,126); }
H1.HeaderClassName
{
color: #17337E;
}
.AnyTagClassName
{
color: #17337E;
}
</style>
background-color css
<style>
a { background-color: #17337E; }
a { background-color: rgb(23,51,126); }
div.DivClassName
{
background-color: #17337E;
}
.BgClassName
{
background-color: #17337E;
}
</style>
border-color css
<style>
span { border-color: #17337E; }
span { border-color: rgb(23,51,126); }
td.TdClassName
{
border-color: #17337E;
}
.TagClassName
{
border-color: #17337E;
}
</style>