Shades of Orient #17526D
Tints of Orient #17526D
RGB
CMYK
RGB Variations
Color information
#17526D (or 0x17526D) is known color: Orient. HEX triplet: 17, 52 and 6D. RGB value is (23,82,109). Sum of RGB (Red+Green+Blue) = 23+82+109=214 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.75% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #17526D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17526D is #E8AD92. Grayscale: #434343. Windows color (decimal): -15248787 or 7164439. OLE color: 7164439.
HSL color Cylindrical-coordinate representation of color #17526D: hue angle of 198.84º 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 #17526D is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 23 | 82 | 109 | - |
| CMYK | 0.79 | 0.25 | 0 | 0.57 |
| HSL | 198.84º | 0.65% | 0.26% | - |
| HSV(B) | 198.84º | 0.79% | 0.43% | - |
| XYZ | 6.13 | 7.32 | 15.56 | - |
| YUV | 67.44 | 151.45 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 109 | 0.79 | 0.25 | 0 | 0.57 | 198.84 | 0.65 | 0.26 |
| Hex | 17 | 52 | 6D | 4F | 19 | 0 | 39 | C7 | 41 | 1A |
| Octal | 27 | 122 | 155 | 117 | 31 | 0 | 71 | 307 | 101 | 32 |
| Binary | 10111 | 1010010 | 1101101 | 1001111 | 11001 | 0 | 111001 | 11000111 | 1000001 | 11010 |
Color Harmonies of #17526D
Complementary color
Monochromatic Colors of #17526D
Black with #17526D
Text Example
Text Example
White with #17526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17526D; }
p { color: rgb(23,82,109); }
H1.HeaderClassName
{
color: #17526D;
}
.AnyTagClassName
{
color: #17526D;
}
</style>
background-color css
<style>
a { background-color: #17526D; }
a { background-color: rgb(23,82,109); }
div.DivClassName
{
background-color: #17526D;
}
.BgClassName
{
background-color: #17526D;
}
</style>
border-color css
<style>
span { border-color: #17526D; }
span { border-color: rgb(23,82,109); }
td.TdClassName
{
border-color: #17526D;
}
.TagClassName
{
border-color: #17526D;
}
</style>