Shades of Orient #17536B
Tints of Orient #17536B
RGB
CMYK
RGB Variations
Color information
#17536B (or 0x17536B) is known color: Orient. HEX triplet: 17, 53 and 6B. RGB value is (23,83,107). Sum of RGB (Red+Green+Blue) = 23+83+107=213 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.80% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #17536B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17536B is #E8AC94. Grayscale: #434343. Windows color (decimal): -15248533 or 7033623. OLE color: 7033623.
HSL color Cylindrical-coordinate representation of color #17536B: hue angle of 197.14º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17536B is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 83 | 107 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.58 |
| HSL | 197.14º | 0.65% | 0.25% | - |
| HSV(B) | 197.14º | 0.79% | 0.42% | - |
| XYZ | 6.1 | 7.43 | 15.02 | - |
| YUV | 67.8 | 150.12 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 83 | 107 | 0.79 | 0.22 | 0 | 0.58 | 197.14 | 0.65 | 0.25 |
| Hex | 17 | 53 | 6B | 4F | 16 | 0 | 3A | C5 | 41 | 19 |
| Octal | 27 | 123 | 153 | 117 | 26 | 0 | 72 | 305 | 101 | 31 |
| Binary | 10111 | 1010011 | 1101011 | 1001111 | 10110 | 0 | 111010 | 11000101 | 1000001 | 11001 |
Color Harmonies of #17536B
Complementary color
Monochromatic Colors of #17536B
Black with #17536B
Text Example
Text Example
White with #17536B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17536B; }
p { color: rgb(23,83,107); }
H1.HeaderClassName
{
color: #17536B;
}
.AnyTagClassName
{
color: #17536B;
}
</style>
background-color css
<style>
a { background-color: #17536B; }
a { background-color: rgb(23,83,107); }
div.DivClassName
{
background-color: #17536B;
}
.BgClassName
{
background-color: #17536B;
}
</style>
border-color css
<style>
span { border-color: #17536B; }
span { border-color: rgb(23,83,107); }
td.TdClassName
{
border-color: #17536B;
}
.TagClassName
{
border-color: #17536B;
}
</style>