Shades of Orient #164E6D
Tints of Orient #164E6D
RGB
CMYK
RGB Variations
Color information
#164E6D (or 0x164E6D) is known color: Orient. HEX triplet: 16, 4E and 6D. RGB value is (22,78,109). Sum of RGB (Red+Green+Blue) = 22+78+109=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 78 (30.86% from 255 or 37.32% 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 #164E6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164E6D is #E9B192. Grayscale: #404040. Windows color (decimal): -15315347 or 7163414. OLE color: 7163414.
HSL color Cylindrical-coordinate representation of color #164E6D: hue angle of 201.38º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #164E6D is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 78 | 109 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.57 |
| HSL | 201.38º | 0.66% | 0.26% | - |
| HSV(B) | 201.38º | 0.8% | 0.43% | - |
| XYZ | 5.82 | 6.72 | 15.46 | - |
| YUV | 64.79 | 152.95 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 78 | 109 | 0.80 | 0.28 | 0 | 0.57 | 201.38 | 0.66 | 0.26 |
| Hex | 16 | 4E | 6D | 50 | 1C | 0 | 39 | C9 | 42 | 1A |
| Octal | 26 | 116 | 155 | 120 | 34 | 0 | 71 | 311 | 102 | 32 |
| Binary | 10110 | 1001110 | 1101101 | 1010000 | 11100 | 0 | 111001 | 11001001 | 1000010 | 11010 |
Color Harmonies of #164E6D
Complementary color
Monochromatic Colors of #164E6D
Black with #164E6D
Text Example
Text Example
White with #164E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164E6D; }
p { color: rgb(22,78,109); }
H1.HeaderClassName
{
color: #164E6D;
}
.AnyTagClassName
{
color: #164E6D;
}
</style>
background-color css
<style>
a { background-color: #164E6D; }
a { background-color: rgb(22,78,109); }
div.DivClassName
{
background-color: #164E6D;
}
.BgClassName
{
background-color: #164E6D;
}
</style>
border-color css
<style>
span { border-color: #164E6D; }
span { border-color: rgb(22,78,109); }
td.TdClassName
{
border-color: #164E6D;
}
.TagClassName
{
border-color: #164E6D;
}
</style>