Shades of Orient #14546C
Tints of Orient #14546C
RGB
CMYK
RGB Variations
Color information
#14546C (or 0x14546C) is known color: Orient. HEX triplet: 14, 54 and 6C. RGB value is (20,84,108). Sum of RGB (Red+Green+Blue) = 20+84+108=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #14546C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14546C is #EBAB93. Grayscale: #434343. Windows color (decimal): -15444884 or 7099412. OLE color: 7099412.
HSL color Cylindrical-coordinate representation of color #14546C: hue angle of 196.36º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14546C is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 84 | 108 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.58 |
| HSL | 196.36º | 0.69% | 0.25% | - |
| HSV(B) | 196.36º | 0.81% | 0.42% | - |
| XYZ | 6.17 | 7.57 | 15.32 | - |
| YUV | 67.6 | 150.8 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 108 | 0.81 | 0.22 | 0 | 0.58 | 196.36 | 0.69 | 0.25 |
| Hex | 14 | 54 | 6C | 51 | 16 | 0 | 3A | C4 | 45 | 19 |
| Octal | 24 | 124 | 154 | 121 | 26 | 0 | 72 | 304 | 105 | 31 |
| Binary | 10100 | 1010100 | 1101100 | 1010001 | 10110 | 0 | 111010 | 11000100 | 1000101 | 11001 |
Color Harmonies of #14546C
Complementary color
Monochromatic Colors of #14546C
Black with #14546C
Text Example
Text Example
White with #14546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14546C; }
p { color: rgb(20,84,108); }
H1.HeaderClassName
{
color: #14546C;
}
.AnyTagClassName
{
color: #14546C;
}
</style>
background-color css
<style>
a { background-color: #14546C; }
a { background-color: rgb(20,84,108); }
div.DivClassName
{
background-color: #14546C;
}
.BgClassName
{
background-color: #14546C;
}
</style>
border-color css
<style>
span { border-color: #14546C; }
span { border-color: rgb(20,84,108); }
td.TdClassName
{
border-color: #14546C;
}
.TagClassName
{
border-color: #14546C;
}
</style>