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