Shades of Orient #14556D
Tints of Orient #14556D
RGB
CMYK
RGB Variations
Color information
#14556D (or 0x14556D) is known color: Orient. HEX triplet: 14, 55 and 6D. RGB value is (20,85,109). Sum of RGB (Red+Green+Blue) = 20+85+109=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #14556D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14556D is #EBAA92. Grayscale: #444444. Windows color (decimal): -15444627 or 7165204. OLE color: 7165204.
HSL color Cylindrical-coordinate representation of color #14556D: hue angle of 196.18º 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 #14556D is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 85 | 109 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.57 |
| HSL | 196.18º | 0.69% | 0.25% | - |
| HSV(B) | 196.18º | 0.82% | 0.43% | - |
| XYZ | 6.3 | 7.75 | 15.63 | - |
| YUV | 68.3 | 150.97 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 109 | 0.82 | 0.22 | 0 | 0.57 | 196.18 | 0.69 | 0.25 |
| Hex | 14 | 55 | 6D | 52 | 16 | 0 | 39 | C4 | 45 | 19 |
| Octal | 24 | 125 | 155 | 122 | 26 | 0 | 71 | 304 | 105 | 31 |
| Binary | 10100 | 1010101 | 1101101 | 1010010 | 10110 | 0 | 111001 | 11000100 | 1000101 | 11001 |
Color Harmonies of #14556D
Complementary color
Monochromatic Colors of #14556D
Black with #14556D
Text Example
Text Example
White with #14556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14556D; }
p { color: rgb(20,85,109); }
H1.HeaderClassName
{
color: #14556D;
}
.AnyTagClassName
{
color: #14556D;
}
</style>
background-color css
<style>
a { background-color: #14556D; }
a { background-color: rgb(20,85,109); }
div.DivClassName
{
background-color: #14556D;
}
.BgClassName
{
background-color: #14556D;
}
</style>
border-color css
<style>
span { border-color: #14556D; }
span { border-color: rgb(20,85,109); }
td.TdClassName
{
border-color: #14556D;
}
.TagClassName
{
border-color: #14556D;
}
</style>