Shades of Sapphire #17337C
Tints of Sapphire #17337C
RGB
CMYK
RGB Variations
Color information
#17337C (or 0x17337C) is known color: Sapphire. HEX triplet: 17, 33 and 7C. RGB value is (23,51,124). Sum of RGB (Red+Green+Blue) = 23+51+124=198 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.62% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 124 (48.83% from 255 or 62.63% from 198); Max value from RGB is 124 - color contains mainly: blue. Hex color #17337C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17337C is #E8CC83. Grayscale: #323232. Windows color (decimal): -15256708 or 8139543. OLE color: 8139543.
HSL color Cylindrical-coordinate representation of color #17337C: hue angle of 223.37º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17337C is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 51 | 124 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.51 |
| HSL | 223.37º | 0.69% | 0.29% | - |
| HSV(B) | 223.37º | 0.81% | 0.49% | - |
| XYZ | 5.18 | 4.01 | 19.57 | - |
| YUV | 50.95 | 169.22 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 51 | 124 | 0.81 | 0.59 | 0 | 0.51 | 223.37 | 0.69 | 0.29 |
| Hex | 17 | 33 | 7C | 51 | 3B | 0 | 33 | DF | 45 | 1D |
| Octal | 27 | 63 | 174 | 121 | 73 | 0 | 63 | 337 | 105 | 35 |
| Binary | 10111 | 110011 | 1111100 | 1010001 | 111011 | 0 | 110011 | 11011111 | 1000101 | 11101 |
Color Harmonies of #17337C
Complementary color
Monochromatic Colors of #17337C
Black with #17337C
Text Example
Text Example
White with #17337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17337C; }
p { color: rgb(23,51,124); }
H1.HeaderClassName
{
color: #17337C;
}
.AnyTagClassName
{
color: #17337C;
}
</style>
background-color css
<style>
a { background-color: #17337C; }
a { background-color: rgb(23,51,124); }
div.DivClassName
{
background-color: #17337C;
}
.BgClassName
{
background-color: #17337C;
}
</style>
border-color css
<style>
span { border-color: #17337C; }
span { border-color: rgb(23,51,124); }
td.TdClassName
{
border-color: #17337C;
}
.TagClassName
{
border-color: #17337C;
}
</style>