Shades of Orient #14587B
Tints of Orient #14587B
RGB
CMYK
RGB Variations
Color information
#14587B (or 0x14587B) is known color: Orient. HEX triplet: 14, 58 and 7B. RGB value is (20,88,123). Sum of RGB (Red+Green+Blue) = 20+88+123=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #14587B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14587B is #EBA784. Grayscale: #474747. Windows color (decimal): -15443845 or 8083476. OLE color: 8083476.
HSL color Cylindrical-coordinate representation of color #14587B: hue angle of 200.39º 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 #14587B is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 88 | 123 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.52 |
| HSL | 200.39º | 0.72% | 0.28% | - |
| HSV(B) | 200.39º | 0.84% | 0.48% | - |
| XYZ | 7.35 | 8.56 | 20 | - |
| YUV | 71.66 | 156.97 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 123 | 0.84 | 0.28 | 0 | 0.52 | 200.39 | 0.72 | 0.28 |
| Hex | 14 | 58 | 7B | 54 | 1C | 0 | 34 | C8 | 48 | 1C |
| Octal | 24 | 130 | 173 | 124 | 34 | 0 | 64 | 310 | 110 | 34 |
| Binary | 10100 | 1011000 | 1111011 | 1010100 | 11100 | 0 | 110100 | 11001000 | 1001000 | 11100 |
Color Harmonies of #14587B
Complementary color
Monochromatic Colors of #14587B
Black with #14587B
Text Example
Text Example
White with #14587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14587B; }
p { color: rgb(20,88,123); }
H1.HeaderClassName
{
color: #14587B;
}
.AnyTagClassName
{
color: #14587B;
}
</style>
background-color css
<style>
a { background-color: #14587B; }
a { background-color: rgb(20,88,123); }
div.DivClassName
{
background-color: #14587B;
}
.BgClassName
{
background-color: #14587B;
}
</style>
border-color css
<style>
span { border-color: #14587B; }
span { border-color: rgb(20,88,123); }
td.TdClassName
{
border-color: #14587B;
}
.TagClassName
{
border-color: #14587B;
}
</style>