Shades of Orient #175C7D
Tints of Orient #175C7D
RGB
CMYK
RGB Variations
Color information
#175C7D (or 0x175C7D) is known color: Orient. HEX triplet: 17, 5C and 7D. RGB value is (23,92,125). Sum of RGB (Red+Green+Blue) = 23+92+125=240 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.58% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #175C7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175C7D is #E8A382. Grayscale: #4A4A4A. Windows color (decimal): -15246211 or 8215575. OLE color: 8215575.
HSL color Cylindrical-coordinate representation of color #175C7D: hue angle of 199.41º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #175C7D is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 92 | 125 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.51 |
| HSL | 199.41º | 0.69% | 0.29% | - |
| HSV(B) | 199.41º | 0.82% | 0.49% | - |
| XYZ | 7.88 | 9.32 | 20.78 | - |
| YUV | 75.13 | 156.14 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 92 | 125 | 0.82 | 0.26 | 0 | 0.51 | 199.41 | 0.69 | 0.29 |
| Hex | 17 | 5C | 7D | 52 | 1A | 0 | 33 | C7 | 45 | 1D |
| Octal | 27 | 134 | 175 | 122 | 32 | 0 | 63 | 307 | 105 | 35 |
| Binary | 10111 | 1011100 | 1111101 | 1010010 | 11010 | 0 | 110011 | 11000111 | 1000101 | 11101 |
Color Harmonies of #175C7D
Complementary color
Monochromatic Colors of #175C7D
Black with #175C7D
Text Example
Text Example
White with #175C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175C7D; }
p { color: rgb(23,92,125); }
H1.HeaderClassName
{
color: #175C7D;
}
.AnyTagClassName
{
color: #175C7D;
}
</style>
background-color css
<style>
a { background-color: #175C7D; }
a { background-color: rgb(23,92,125); }
div.DivClassName
{
background-color: #175C7D;
}
.BgClassName
{
background-color: #175C7D;
}
</style>
border-color css
<style>
span { border-color: #175C7D; }
span { border-color: rgb(23,92,125); }
td.TdClassName
{
border-color: #175C7D;
}
.TagClassName
{
border-color: #175C7D;
}
</style>