Shades of Eastern Blue #14849C
Tints of Eastern Blue #14849C
RGB
CMYK
RGB Variations
Color information
#14849C (or 0x14849C) is known color: Eastern Blue. HEX triplet: 14, 84 and 9C. RGB value is (20,132,156). Sum of RGB (Red+Green+Blue) = 20+132+156=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #14849C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14849C is #EB7B63. Grayscale: #656565. Windows color (decimal): -15432548 or 10257428. OLE color: 10257428.
HSL color Cylindrical-coordinate representation of color #14849C: hue angle of 190.59º 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 #14849C is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 132 | 156 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.39 |
| HSL | 190.59º | 0.77% | 0.35% | - |
| HSV(B) | 190.59º | 0.87% | 0.61% | - |
| XYZ | 14.54 | 19.05 | 34.36 | - |
| YUV | 101.25 | 158.89 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 156 | 0.87 | 0.15 | 0 | 0.39 | 190.59 | 0.77 | 0.35 |
| Hex | 14 | 84 | 9C | 57 | F | 0 | 27 | BF | 4D | 23 |
| Octal | 24 | 204 | 234 | 127 | 17 | 0 | 47 | 277 | 115 | 43 |
| Binary | 10100 | 10000100 | 10011100 | 1010111 | 1111 | 0 | 100111 | 10111111 | 1001101 | 100011 |
Color Harmonies of #14849C
Complementary color
Monochromatic Colors of #14849C
Black with #14849C
Text Example
Text Example
White with #14849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14849C; }
p { color: rgb(20,132,156); }
H1.HeaderClassName
{
color: #14849C;
}
.AnyTagClassName
{
color: #14849C;
}
</style>
background-color css
<style>
a { background-color: #14849C; }
a { background-color: rgb(20,132,156); }
div.DivClassName
{
background-color: #14849C;
}
.BgClassName
{
background-color: #14849C;
}
</style>
border-color css
<style>
span { border-color: #14849C; }
span { border-color: rgb(20,132,156); }
td.TdClassName
{
border-color: #14849C;
}
.TagClassName
{
border-color: #14849C;
}
</style>