Shades of Orient #174F6E
Tints of Orient #174F6E
RGB
CMYK
RGB Variations
Color information
#174F6E (or 0x174F6E) is known color: Orient. HEX triplet: 17, 4F and 6E. RGB value is (23,79,110). Sum of RGB (Red+Green+Blue) = 23+79+110=212 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.85% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #174F6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174F6E is #E8B091. Grayscale: #414141. Windows color (decimal): -15249554 or 7229207. OLE color: 7229207.
HSL color Cylindrical-coordinate representation of color #174F6E: hue angle of 201.38º 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 #174F6E is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 23 | 79 | 110 | - |
| CMYK | 0.79 | 0.28 | 0 | 0.57 |
| HSL | 201.38º | 0.65% | 0.26% | - |
| HSV(B) | 201.38º | 0.79% | 0.43% | - |
| XYZ | 5.96 | 6.9 | 15.77 | - |
| YUV | 65.79 | 152.95 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 79 | 110 | 0.79 | 0.28 | 0 | 0.57 | 201.38 | 0.65 | 0.26 |
| Hex | 17 | 4F | 6E | 4F | 1C | 0 | 39 | C9 | 41 | 1A |
| Octal | 27 | 117 | 156 | 117 | 34 | 0 | 71 | 311 | 101 | 32 |
| Binary | 10111 | 1001111 | 1101110 | 1001111 | 11100 | 0 | 111001 | 11001001 | 1000001 | 11010 |
Color Harmonies of #174F6E
Complementary color
Monochromatic Colors of #174F6E
Black with #174F6E
Text Example
Text Example
White with #174F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174F6E; }
p { color: rgb(23,79,110); }
H1.HeaderClassName
{
color: #174F6E;
}
.AnyTagClassName
{
color: #174F6E;
}
</style>
background-color css
<style>
a { background-color: #174F6E; }
a { background-color: rgb(23,79,110); }
div.DivClassName
{
background-color: #174F6E;
}
.BgClassName
{
background-color: #174F6E;
}
</style>
border-color css
<style>
span { border-color: #174F6E; }
span { border-color: rgb(23,79,110); }
td.TdClassName
{
border-color: #174F6E;
}
.TagClassName
{
border-color: #174F6E;
}
</style>