Shades of Orient #174E72
Tints of Orient #174E72
RGB
CMYK
RGB Variations
Color information
#174E72 (or 0x174E72) is known color: Orient. HEX triplet: 17, 4E and 72. RGB value is (23,78,114). Sum of RGB (Red+Green+Blue) = 23+78+114=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #174E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174E72 is #E8B18D. Grayscale: #414141. Windows color (decimal): -15249806 or 7491095. OLE color: 7491095.
HSL color Cylindrical-coordinate representation of color #174E72: hue angle of 203.74º 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 #174E72 is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 23 | 78 | 114 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.55 |
| HSL | 203.74º | 0.66% | 0.27% | - |
| HSV(B) | 203.74º | 0.8% | 0.45% | - |
| XYZ | 6.12 | 6.85 | 16.92 | - |
| YUV | 65.66 | 155.28 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 78 | 114 | 0.80 | 0.32 | 0 | 0.55 | 203.74 | 0.66 | 0.27 |
| Hex | 17 | 4E | 72 | 50 | 20 | 0 | 37 | CC | 42 | 1B |
| Octal | 27 | 116 | 162 | 120 | 40 | 0 | 67 | 314 | 102 | 33 |
| Binary | 10111 | 1001110 | 1110010 | 1010000 | 100000 | 0 | 110111 | 11001100 | 1000010 | 11011 |
Color Harmonies of #174E72
Complementary color
Monochromatic Colors of #174E72
Black with #174E72
Text Example
Text Example
White with #174E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174E72; }
p { color: rgb(23,78,114); }
H1.HeaderClassName
{
color: #174E72;
}
.AnyTagClassName
{
color: #174E72;
}
</style>
background-color css
<style>
a { background-color: #174E72; }
a { background-color: rgb(23,78,114); }
div.DivClassName
{
background-color: #174E72;
}
.BgClassName
{
background-color: #174E72;
}
</style>
border-color css
<style>
span { border-color: #174E72; }
span { border-color: rgb(23,78,114); }
td.TdClassName
{
border-color: #174E72;
}
.TagClassName
{
border-color: #174E72;
}
</style>