Shades of Orient #174E74
Tints of Orient #174E74
RGB
CMYK
RGB Variations
Color information
#174E74 (or 0x174E74) is known color: Orient. HEX triplet: 17, 4E and 74. RGB value is (23,78,116). Sum of RGB (Red+Green+Blue) = 23+78+116=217 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.60% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #174E74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174E74 is #E8B18B. Grayscale: #414141. Windows color (decimal): -15249804 or 7622167. OLE color: 7622167.
HSL color Cylindrical-coordinate representation of color #174E74: hue angle of 204.52º degrees, saturation: 0.67, 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 #174E74 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 23 | 78 | 116 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.55 |
| HSL | 204.52º | 0.67% | 0.27% | - |
| HSV(B) | 204.52º | 0.8% | 0.45% | - |
| XYZ | 6.23 | 6.89 | 17.52 | - |
| YUV | 65.89 | 156.28 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 78 | 116 | 0.80 | 0.33 | 0 | 0.55 | 204.52 | 0.67 | 0.27 |
| Hex | 17 | 4E | 74 | 50 | 21 | 0 | 37 | CD | 43 | 1B |
| Octal | 27 | 116 | 164 | 120 | 41 | 0 | 67 | 315 | 103 | 33 |
| Binary | 10111 | 1001110 | 1110100 | 1010000 | 100001 | 0 | 110111 | 11001101 | 1000011 | 11011 |
Color Harmonies of #174E74
Complementary color
Monochromatic Colors of #174E74
Black with #174E74
Text Example
Text Example
White with #174E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174E74; }
p { color: rgb(23,78,116); }
H1.HeaderClassName
{
color: #174E74;
}
.AnyTagClassName
{
color: #174E74;
}
</style>
background-color css
<style>
a { background-color: #174E74; }
a { background-color: rgb(23,78,116); }
div.DivClassName
{
background-color: #174E74;
}
.BgClassName
{
background-color: #174E74;
}
</style>
border-color css
<style>
span { border-color: #174E74; }
span { border-color: rgb(23,78,116); }
td.TdClassName
{
border-color: #174E74;
}
.TagClassName
{
border-color: #174E74;
}
</style>