Shades of Orient #14546D
Tints of Orient #14546D
RGB
CMYK
RGB Variations
Color information
#14546D (or 0x14546D) is known color: Orient. HEX triplet: 14, 54 and 6D. RGB value is (20,84,109). Sum of RGB (Red+Green+Blue) = 20+84+109=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #14546D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14546D is #EBAB92. Grayscale: #434343. Windows color (decimal): -15444883 or 7164948. OLE color: 7164948.
HSL color Cylindrical-coordinate representation of color #14546D: hue angle of 196.85º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14546D is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 84 | 109 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.57 |
| HSL | 196.85º | 0.69% | 0.25% | - |
| HSV(B) | 196.85º | 0.82% | 0.43% | - |
| XYZ | 6.22 | 7.59 | 15.61 | - |
| YUV | 67.71 | 151.3 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 109 | 0.82 | 0.23 | 0 | 0.57 | 196.85 | 0.69 | 0.25 |
| Hex | 14 | 54 | 6D | 52 | 17 | 0 | 39 | C5 | 45 | 19 |
| Octal | 24 | 124 | 155 | 122 | 27 | 0 | 71 | 305 | 105 | 31 |
| Binary | 10100 | 1010100 | 1101101 | 1010010 | 10111 | 0 | 111001 | 11000101 | 1000101 | 11001 |
Color Harmonies of #14546D
Complementary color
Monochromatic Colors of #14546D
Black with #14546D
Text Example
Text Example
White with #14546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14546D; }
p { color: rgb(20,84,109); }
H1.HeaderClassName
{
color: #14546D;
}
.AnyTagClassName
{
color: #14546D;
}
</style>
background-color css
<style>
a { background-color: #14546D; }
a { background-color: rgb(20,84,109); }
div.DivClassName
{
background-color: #14546D;
}
.BgClassName
{
background-color: #14546D;
}
</style>
border-color css
<style>
span { border-color: #14546D; }
span { border-color: rgb(20,84,109); }
td.TdClassName
{
border-color: #14546D;
}
.TagClassName
{
border-color: #14546D;
}
</style>