Shades of Eastern Blue #14889C
Tints of Eastern Blue #14889C
RGB
CMYK
RGB Variations
Color information
#14889C (or 0x14889C) is known color: Eastern Blue. HEX triplet: 14, 88 and 9C. RGB value is (20,136,156). Sum of RGB (Red+Green+Blue) = 20+136+156=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #14889C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14889C is #EB7763. Grayscale: #676767. Windows color (decimal): -15431524 or 10258452. OLE color: 10258452.
HSL color Cylindrical-coordinate representation of color #14889C: hue angle of 188.82º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14889C is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 136 | 156 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.39 |
| HSL | 188.82º | 0.77% | 0.35% | - |
| HSV(B) | 188.82º | 0.87% | 0.61% | - |
| XYZ | 15.09 | 20.16 | 34.55 | - |
| YUV | 103.6 | 157.57 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 136 | 156 | 0.87 | 0.13 | 0 | 0.39 | 188.82 | 0.77 | 0.35 |
| Hex | 14 | 88 | 9C | 57 | D | 0 | 27 | BD | 4D | 23 |
| Octal | 24 | 210 | 234 | 127 | 15 | 0 | 47 | 275 | 115 | 43 |
| Binary | 10100 | 10001000 | 10011100 | 1010111 | 1101 | 0 | 100111 | 10111101 | 1001101 | 100011 |
Color Harmonies of #14889C
Complementary color
Monochromatic Colors of #14889C
Black with #14889C
Text Example
Text Example
White with #14889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14889C; }
p { color: rgb(20,136,156); }
H1.HeaderClassName
{
color: #14889C;
}
.AnyTagClassName
{
color: #14889C;
}
</style>
background-color css
<style>
a { background-color: #14889C; }
a { background-color: rgb(20,136,156); }
div.DivClassName
{
background-color: #14889C;
}
.BgClassName
{
background-color: #14889C;
}
</style>
border-color css
<style>
span { border-color: #14889C; }
span { border-color: rgb(20,136,156); }
td.TdClassName
{
border-color: #14889C;
}
.TagClassName
{
border-color: #14889C;
}
</style>