Shades of Orient #14587A
Tints of Orient #14587A
RGB
CMYK
RGB Variations
Color information
#14587A (or 0x14587A) is known color: Orient. HEX triplet: 14, 58 and 7A. RGB value is (20,88,122). Sum of RGB (Red+Green+Blue) = 20+88+122=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 122 (48.05% from 255 or 53.04% from 230); Max value from RGB is 122 - color contains mainly: blue. Hex color #14587A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14587A is #EBA785. Grayscale: #474747. Windows color (decimal): -15443846 or 8017940. OLE color: 8017940.
HSL color Cylindrical-coordinate representation of color #14587A: hue angle of 200º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14587A is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 88 | 122 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.52 |
| HSL | 200º | 0.72% | 0.28% | - |
| HSV(B) | 200º | 0.84% | 0.48% | - |
| XYZ | 7.29 | 8.53 | 19.68 | - |
| YUV | 71.54 | 156.47 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 122 | 0.84 | 0.28 | 0 | 0.52 | 200 | 0.72 | 0.28 |
| Hex | 14 | 58 | 7A | 54 | 1C | 0 | 34 | C8 | 48 | 1C |
| Octal | 24 | 130 | 172 | 124 | 34 | 0 | 64 | 310 | 110 | 34 |
| Binary | 10100 | 1011000 | 1111010 | 1010100 | 11100 | 0 | 110100 | 11001000 | 1001000 | 11100 |
Color Harmonies of #14587A
Complementary color
Monochromatic Colors of #14587A
Black with #14587A
Text Example
Text Example
White with #14587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14587A; }
p { color: rgb(20,88,122); }
H1.HeaderClassName
{
color: #14587A;
}
.AnyTagClassName
{
color: #14587A;
}
</style>
background-color css
<style>
a { background-color: #14587A; }
a { background-color: rgb(20,88,122); }
div.DivClassName
{
background-color: #14587A;
}
.BgClassName
{
background-color: #14587A;
}
</style>
border-color css
<style>
span { border-color: #14587A; }
span { border-color: rgb(20,88,122); }
td.TdClassName
{
border-color: #14587A;
}
.TagClassName
{
border-color: #14587A;
}
</style>