Shades of Orient #174D6D
Tints of Orient #174D6D
RGB
CMYK
RGB Variations
Color information
#174D6D (or 0x174D6D) is known color: Orient. HEX triplet: 17, 4D and 6D. RGB value is (23,77,109). Sum of RGB (Red+Green+Blue) = 23+77+109=209 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.00% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #174D6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174D6D is #E8B292. Grayscale: #404040. Windows color (decimal): -15250067 or 7163159. OLE color: 7163159.
HSL color Cylindrical-coordinate representation of color #174D6D: hue angle of 202.33º 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 #174D6D is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 23 | 77 | 109 | - |
| CMYK | 0.79 | 0.29 | 0 | 0.57 |
| HSL | 202.33º | 0.65% | 0.26% | - |
| HSV(B) | 202.33º | 0.79% | 0.43% | - |
| XYZ | 5.77 | 6.59 | 15.44 | - |
| YUV | 64.5 | 153.11 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 77 | 109 | 0.79 | 0.29 | 0 | 0.57 | 202.33 | 0.65 | 0.26 |
| Hex | 17 | 4D | 6D | 4F | 1D | 0 | 39 | CA | 41 | 1A |
| Octal | 27 | 115 | 155 | 117 | 35 | 0 | 71 | 312 | 101 | 32 |
| Binary | 10111 | 1001101 | 1101101 | 1001111 | 11101 | 0 | 111001 | 11001010 | 1000001 | 11010 |
Color Harmonies of #174D6D
Complementary color
Monochromatic Colors of #174D6D
Black with #174D6D
Text Example
Text Example
White with #174D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174D6D; }
p { color: rgb(23,77,109); }
H1.HeaderClassName
{
color: #174D6D;
}
.AnyTagClassName
{
color: #174D6D;
}
</style>
background-color css
<style>
a { background-color: #174D6D; }
a { background-color: rgb(23,77,109); }
div.DivClassName
{
background-color: #174D6D;
}
.BgClassName
{
background-color: #174D6D;
}
</style>
border-color css
<style>
span { border-color: #174D6D; }
span { border-color: rgb(23,77,109); }
td.TdClassName
{
border-color: #174D6D;
}
.TagClassName
{
border-color: #174D6D;
}
</style>