Shades of Orient #17576D
Tints of Orient #17576D
RGB
CMYK
RGB Variations
Color information
#17576D (or 0x17576D) is known color: Orient. HEX triplet: 17, 57 and 6D. RGB value is (23,87,109). Sum of RGB (Red+Green+Blue) = 23+87+109=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #17576D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17576D is #E8A892. Grayscale: #464646. Windows color (decimal): -15247507 or 7165719. OLE color: 7165719.
HSL color Cylindrical-coordinate representation of color #17576D: hue angle of 195.35º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17576D is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 23 | 87 | 109 | - |
| CMYK | 0.79 | 0.20 | 0 | 0.57 |
| HSL | 195.35º | 0.65% | 0.26% | - |
| HSV(B) | 195.35º | 0.79% | 0.43% | - |
| XYZ | 6.52 | 8.1 | 15.69 | - |
| YUV | 70.37 | 149.8 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 87 | 109 | 0.79 | 0.20 | 0 | 0.57 | 195.35 | 0.65 | 0.26 |
| Hex | 17 | 57 | 6D | 4F | 14 | 0 | 39 | C3 | 41 | 1A |
| Octal | 27 | 127 | 155 | 117 | 24 | 0 | 71 | 303 | 101 | 32 |
| Binary | 10111 | 1010111 | 1101101 | 1001111 | 10100 | 0 | 111001 | 11000011 | 1000001 | 11010 |
Color Harmonies of #17576D
Complementary color
Monochromatic Colors of #17576D
Black with #17576D
Text Example
Text Example
White with #17576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17576D; }
p { color: rgb(23,87,109); }
H1.HeaderClassName
{
color: #17576D;
}
.AnyTagClassName
{
color: #17576D;
}
</style>
background-color css
<style>
a { background-color: #17576D; }
a { background-color: rgb(23,87,109); }
div.DivClassName
{
background-color: #17576D;
}
.BgClassName
{
background-color: #17576D;
}
</style>
border-color css
<style>
span { border-color: #17576D; }
span { border-color: rgb(23,87,109); }
td.TdClassName
{
border-color: #17576D;
}
.TagClassName
{
border-color: #17576D;
}
</style>