Shades of Orient #174F70
Tints of Orient #174F70
RGB
CMYK
RGB Variations
Color information
#174F70 (or 0x174F70) is known color: Orient. HEX triplet: 17, 4F and 70. RGB value is (23,79,112). Sum of RGB (Red+Green+Blue) = 23+79+112=214 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.75% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #174F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174F70 is #E8B08F. Grayscale: #414141. Windows color (decimal): -15249552 or 7360279. OLE color: 7360279.
HSL color Cylindrical-coordinate representation of color #174F70: hue angle of 202.25º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #174F70 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 79 | 112 | - |
| CMYK | 0.79 | 0.29 | 0 | 0.56 |
| HSL | 202.25º | 0.66% | 0.26% | - |
| HSV(B) | 202.25º | 0.79% | 0.44% | - |
| XYZ | 6.07 | 6.94 | 16.35 | - |
| YUV | 66.02 | 153.95 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 79 | 112 | 0.79 | 0.29 | 0 | 0.56 | 202.25 | 0.66 | 0.26 |
| Hex | 17 | 4F | 70 | 4F | 1D | 0 | 38 | CA | 42 | 1A |
| Octal | 27 | 117 | 160 | 117 | 35 | 0 | 70 | 312 | 102 | 32 |
| Binary | 10111 | 1001111 | 1110000 | 1001111 | 11101 | 0 | 111000 | 11001010 | 1000010 | 11010 |
Color Harmonies of #174F70
Complementary color
Monochromatic Colors of #174F70
Black with #174F70
Text Example
Text Example
White with #174F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174F70; }
p { color: rgb(23,79,112); }
H1.HeaderClassName
{
color: #174F70;
}
.AnyTagClassName
{
color: #174F70;
}
</style>
background-color css
<style>
a { background-color: #174F70; }
a { background-color: rgb(23,79,112); }
div.DivClassName
{
background-color: #174F70;
}
.BgClassName
{
background-color: #174F70;
}
</style>
border-color css
<style>
span { border-color: #174F70; }
span { border-color: rgb(23,79,112); }
td.TdClassName
{
border-color: #174F70;
}
.TagClassName
{
border-color: #174F70;
}
</style>