Shades of Eastern Blue #14869C
Tints of Eastern Blue #14869C
RGB
CMYK
RGB Variations
Color information
#14869C (or 0x14869C) is known color: Eastern Blue. HEX triplet: 14, 86 and 9C. RGB value is (20,134,156). Sum of RGB (Red+Green+Blue) = 20+134+156=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #14869C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14869C is #EB7963. Grayscale: #666666. Windows color (decimal): -15432036 or 10257940. OLE color: 10257940.
HSL color Cylindrical-coordinate representation of color #14869C: hue angle of 189.71º 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 #14869C is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 134 | 156 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.39 |
| HSL | 189.71º | 0.77% | 0.35% | - |
| HSV(B) | 189.71º | 0.87% | 0.61% | - |
| XYZ | 14.81 | 19.6 | 34.45 | - |
| YUV | 102.42 | 158.23 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 134 | 156 | 0.87 | 0.14 | 0 | 0.39 | 189.71 | 0.77 | 0.35 |
| Hex | 14 | 86 | 9C | 57 | E | 0 | 27 | BE | 4D | 23 |
| Octal | 24 | 206 | 234 | 127 | 16 | 0 | 47 | 276 | 115 | 43 |
| Binary | 10100 | 10000110 | 10011100 | 1010111 | 1110 | 0 | 100111 | 10111110 | 1001101 | 100011 |
Color Harmonies of #14869C
Complementary color
Monochromatic Colors of #14869C
Black with #14869C
Text Example
Text Example
White with #14869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14869C; }
p { color: rgb(20,134,156); }
H1.HeaderClassName
{
color: #14869C;
}
.AnyTagClassName
{
color: #14869C;
}
</style>
background-color css
<style>
a { background-color: #14869C; }
a { background-color: rgb(20,134,156); }
div.DivClassName
{
background-color: #14869C;
}
.BgClassName
{
background-color: #14869C;
}
</style>
border-color css
<style>
span { border-color: #14869C; }
span { border-color: rgb(20,134,156); }
td.TdClassName
{
border-color: #14869C;
}
.TagClassName
{
border-color: #14869C;
}
</style>