Shades of Orient #14577A
Tints of Orient #14577A
RGB
CMYK
RGB Variations
Color information
#14577A (or 0x14577A) is known color: Orient. HEX triplet: 14, 57 and 7A. RGB value is (20,87,122). Sum of RGB (Red+Green+Blue) = 20+87+122=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #14577A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14577A is #EBA885. Grayscale: #464646. Windows color (decimal): -15444102 or 8017684. OLE color: 8017684.
HSL color Cylindrical-coordinate representation of color #14577A: hue angle of 200.59º 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 #14577A is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 87 | 122 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.52 |
| HSL | 200.59º | 0.72% | 0.28% | - |
| HSV(B) | 200.59º | 0.84% | 0.48% | - |
| XYZ | 7.21 | 8.37 | 19.65 | - |
| YUV | 70.96 | 156.8 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 87 | 122 | 0.84 | 0.29 | 0 | 0.52 | 200.59 | 0.72 | 0.28 |
| Hex | 14 | 57 | 7A | 54 | 1D | 0 | 34 | C9 | 48 | 1C |
| Octal | 24 | 127 | 172 | 124 | 35 | 0 | 64 | 311 | 110 | 34 |
| Binary | 10100 | 1010111 | 1111010 | 1010100 | 11101 | 0 | 110100 | 11001001 | 1001000 | 11100 |
Color Harmonies of #14577A
Complementary color
Monochromatic Colors of #14577A
Black with #14577A
Text Example
Text Example
White with #14577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14577A; }
p { color: rgb(20,87,122); }
H1.HeaderClassName
{
color: #14577A;
}
.AnyTagClassName
{
color: #14577A;
}
</style>
background-color css
<style>
a { background-color: #14577A; }
a { background-color: rgb(20,87,122); }
div.DivClassName
{
background-color: #14577A;
}
.BgClassName
{
background-color: #14577A;
}
</style>
border-color css
<style>
span { border-color: #14577A; }
span { border-color: rgb(20,87,122); }
td.TdClassName
{
border-color: #14577A;
}
.TagClassName
{
border-color: #14577A;
}
</style>