Shades of Eastern Blue #14829D
Tints of Eastern Blue #14829D
RGB
CMYK
RGB Variations
Color information
#14829D (or 0x14829D) is known color: Eastern Blue. HEX triplet: 14, 82 and 9D. RGB value is (20,130,157). Sum of RGB (Red+Green+Blue) = 20+130+157=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #14829D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14829D is #EB7D62. Grayscale: #636363. Windows color (decimal): -15433059 or 10322452. OLE color: 10322452.
HSL color Cylindrical-coordinate representation of color #14829D: hue angle of 191.82º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14829D is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 130 | 157 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.38 |
| HSL | 191.82º | 0.77% | 0.35% | - |
| HSV(B) | 191.82º | 0.87% | 0.62% | - |
| XYZ | 14.36 | 18.55 | 34.72 | - |
| YUV | 100.19 | 160.06 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 157 | 0.87 | 0.17 | 0 | 0.38 | 191.82 | 0.77 | 0.35 |
| Hex | 14 | 82 | 9D | 57 | 11 | 0 | 26 | C0 | 4D | 23 |
| Octal | 24 | 202 | 235 | 127 | 21 | 0 | 46 | 300 | 115 | 43 |
| Binary | 10100 | 10000010 | 10011101 | 1010111 | 10001 | 0 | 100110 | 11000000 | 1001101 | 100011 |
Color Harmonies of #14829D
Complementary color
Monochromatic Colors of #14829D
Black with #14829D
Text Example
Text Example
White with #14829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14829D; }
p { color: rgb(20,130,157); }
H1.HeaderClassName
{
color: #14829D;
}
.AnyTagClassName
{
color: #14829D;
}
</style>
background-color css
<style>
a { background-color: #14829D; }
a { background-color: rgb(20,130,157); }
div.DivClassName
{
background-color: #14829D;
}
.BgClassName
{
background-color: #14829D;
}
</style>
border-color css
<style>
span { border-color: #14829D; }
span { border-color: rgb(20,130,157); }
td.TdClassName
{
border-color: #14829D;
}
.TagClassName
{
border-color: #14829D;
}
</style>