Shades of Orient #14547A
Tints of Orient #14547A
RGB
CMYK
RGB Variations
Color information
#14547A (or 0x14547A) is known color: Orient. HEX triplet: 14, 54 and 7A. RGB value is (20,84,122). Sum of RGB (Red+Green+Blue) = 20+84+122=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #14547A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14547A is #EBAB85. Grayscale: #444444. Windows color (decimal): -15444870 or 8016916. OLE color: 8016916.
HSL color Cylindrical-coordinate representation of color #14547A: hue angle of 202.35º 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 #14547A is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 84 | 122 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.52 |
| HSL | 202.35º | 0.72% | 0.28% | - |
| HSV(B) | 202.35º | 0.84% | 0.48% | - |
| XYZ | 6.97 | 7.89 | 19.57 | - |
| YUV | 69.2 | 157.8 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 122 | 0.84 | 0.31 | 0 | 0.52 | 202.35 | 0.72 | 0.28 |
| Hex | 14 | 54 | 7A | 54 | 1F | 0 | 34 | CA | 48 | 1C |
| Octal | 24 | 124 | 172 | 124 | 37 | 0 | 64 | 312 | 110 | 34 |
| Binary | 10100 | 1010100 | 1111010 | 1010100 | 11111 | 0 | 110100 | 11001010 | 1001000 | 11100 |
Color Harmonies of #14547A
Complementary color
Monochromatic Colors of #14547A
Black with #14547A
Text Example
Text Example
White with #14547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14547A; }
p { color: rgb(20,84,122); }
H1.HeaderClassName
{
color: #14547A;
}
.AnyTagClassName
{
color: #14547A;
}
</style>
background-color css
<style>
a { background-color: #14547A; }
a { background-color: rgb(20,84,122); }
div.DivClassName
{
background-color: #14547A;
}
.BgClassName
{
background-color: #14547A;
}
</style>
border-color css
<style>
span { border-color: #14547A; }
span { border-color: rgb(20,84,122); }
td.TdClassName
{
border-color: #14547A;
}
.TagClassName
{
border-color: #14547A;
}
</style>