Shades of Orient #175A72
Tints of Orient #175A72
RGB
CMYK
RGB Variations
Color information
#175A72 (or 0x175A72) is known color: Orient. HEX triplet: 17, 5A and 72. RGB value is (23,90,114). Sum of RGB (Red+Green+Blue) = 23+90+114=227 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.13% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #175A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175A72 is #E8A58D. Grayscale: #484848. Windows color (decimal): -15246734 or 7494167. OLE color: 7494167.
HSL color Cylindrical-coordinate representation of color #175A72: hue angle of 195.82º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #175A72 is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 23 | 90 | 114 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.55 |
| HSL | 195.82º | 0.66% | 0.27% | - |
| HSV(B) | 195.82º | 0.8% | 0.45% | - |
| XYZ | 7.05 | 8.71 | 17.23 | - |
| YUV | 72.7 | 151.3 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 90 | 114 | 0.80 | 0.21 | 0 | 0.55 | 195.82 | 0.66 | 0.27 |
| Hex | 17 | 5A | 72 | 50 | 15 | 0 | 37 | C4 | 42 | 1B |
| Octal | 27 | 132 | 162 | 120 | 25 | 0 | 67 | 304 | 102 | 33 |
| Binary | 10111 | 1011010 | 1110010 | 1010000 | 10101 | 0 | 110111 | 11000100 | 1000010 | 11011 |
Color Harmonies of #175A72
Complementary color
Monochromatic Colors of #175A72
Black with #175A72
Text Example
Text Example
White with #175A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175A72; }
p { color: rgb(23,90,114); }
H1.HeaderClassName
{
color: #175A72;
}
.AnyTagClassName
{
color: #175A72;
}
</style>
background-color css
<style>
a { background-color: #175A72; }
a { background-color: rgb(23,90,114); }
div.DivClassName
{
background-color: #175A72;
}
.BgClassName
{
background-color: #175A72;
}
</style>
border-color css
<style>
span { border-color: #175A72; }
span { border-color: rgb(23,90,114); }
td.TdClassName
{
border-color: #175A72;
}
.TagClassName
{
border-color: #175A72;
}
</style>