Shades of Orient #14597B
Tints of Orient #14597B
RGB
CMYK
RGB Variations
Color information
#14597B (or 0x14597B) is known color: Orient. HEX triplet: 14, 59 and 7B. RGB value is (20,89,123). Sum of RGB (Red+Green+Blue) = 20+89+123=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #14597B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14597B is #EBA684. Grayscale: #484848. Windows color (decimal): -15443589 or 8083732. OLE color: 8083732.
HSL color Cylindrical-coordinate representation of color #14597B: hue angle of 199.81º 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 #14597B is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 89 | 123 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.52 |
| HSL | 199.81º | 0.72% | 0.28% | - |
| HSV(B) | 199.81º | 0.84% | 0.48% | - |
| XYZ | 7.44 | 8.72 | 20.03 | - |
| YUV | 72.25 | 156.64 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 89 | 123 | 0.84 | 0.28 | 0 | 0.52 | 199.81 | 0.72 | 0.28 |
| Hex | 14 | 59 | 7B | 54 | 1C | 0 | 34 | C8 | 48 | 1C |
| Octal | 24 | 131 | 173 | 124 | 34 | 0 | 64 | 310 | 110 | 34 |
| Binary | 10100 | 1011001 | 1111011 | 1010100 | 11100 | 0 | 110100 | 11001000 | 1001000 | 11100 |
Color Harmonies of #14597B
Complementary color
Monochromatic Colors of #14597B
Black with #14597B
Text Example
Text Example
White with #14597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14597B; }
p { color: rgb(20,89,123); }
H1.HeaderClassName
{
color: #14597B;
}
.AnyTagClassName
{
color: #14597B;
}
</style>
background-color css
<style>
a { background-color: #14597B; }
a { background-color: rgb(20,89,123); }
div.DivClassName
{
background-color: #14597B;
}
.BgClassName
{
background-color: #14597B;
}
</style>
border-color css
<style>
span { border-color: #14597B; }
span { border-color: rgb(20,89,123); }
td.TdClassName
{
border-color: #14597B;
}
.TagClassName
{
border-color: #14597B;
}
</style>