Shades of Orient #164E70
Tints of Orient #164E70
RGB
CMYK
RGB Variations
Color information
#164E70 (or 0x164E70) is known color: Orient. HEX triplet: 16, 4E and 70. RGB value is (22,78,112). Sum of RGB (Red+Green+Blue) = 22+78+112=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #164E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164E70 is #E9B18F. Grayscale: #404040. Windows color (decimal): -15315344 or 7360022. OLE color: 7360022.
HSL color Cylindrical-coordinate representation of color #164E70: hue angle of 202.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #164E70 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 78 | 112 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.56 |
| HSL | 202.67º | 0.67% | 0.26% | - |
| HSV(B) | 202.67º | 0.8% | 0.44% | - |
| XYZ | 5.98 | 6.79 | 16.32 | - |
| YUV | 65.13 | 154.45 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 78 | 112 | 0.80 | 0.30 | 0 | 0.56 | 202.67 | 0.67 | 0.26 |
| Hex | 16 | 4E | 70 | 50 | 1E | 0 | 38 | CB | 43 | 1A |
| Octal | 26 | 116 | 160 | 120 | 36 | 0 | 70 | 313 | 103 | 32 |
| Binary | 10110 | 1001110 | 1110000 | 1010000 | 11110 | 0 | 111000 | 11001011 | 1000011 | 11010 |
Color Harmonies of #164E70
Complementary color
Monochromatic Colors of #164E70
Black with #164E70
Text Example
Text Example
White with #164E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164E70; }
p { color: rgb(22,78,112); }
H1.HeaderClassName
{
color: #164E70;
}
.AnyTagClassName
{
color: #164E70;
}
</style>
background-color css
<style>
a { background-color: #164E70; }
a { background-color: rgb(22,78,112); }
div.DivClassName
{
background-color: #164E70;
}
.BgClassName
{
background-color: #164E70;
}
</style>
border-color css
<style>
span { border-color: #164E70; }
span { border-color: rgb(22,78,112); }
td.TdClassName
{
border-color: #164E70;
}
.TagClassName
{
border-color: #164E70;
}
</style>