Shades of Eastern Blue #14869B
Tints of Eastern Blue #14869B
RGB
CMYK
RGB Variations
Color information
#14869B (or 0x14869B) is known color: Eastern Blue. HEX triplet: 14, 86 and 9B. RGB value is (20,134,155). Sum of RGB (Red+Green+Blue) = 20+134+155=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #14869B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14869B is #EB7964. Grayscale: #666666. Windows color (decimal): -15432037 or 10192404. OLE color: 10192404.
HSL color Cylindrical-coordinate representation of color #14869B: hue angle of 189.33º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14869B is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 134 | 155 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.39 |
| HSL | 189.33º | 0.77% | 0.34% | - |
| HSV(B) | 189.33º | 0.87% | 0.61% | - |
| XYZ | 14.73 | 19.57 | 34.01 | - |
| YUV | 102.31 | 157.73 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 134 | 155 | 0.87 | 0.14 | 0 | 0.39 | 189.33 | 0.77 | 0.34 |
| Hex | 14 | 86 | 9B | 57 | E | 0 | 27 | BD | 4D | 22 |
| Octal | 24 | 206 | 233 | 127 | 16 | 0 | 47 | 275 | 115 | 42 |
| Binary | 10100 | 10000110 | 10011011 | 1010111 | 1110 | 0 | 100111 | 10111101 | 1001101 | 100010 |
Color Harmonies of #14869B
Complementary color
Monochromatic Colors of #14869B
Black with #14869B
Text Example
Text Example
White with #14869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14869B; }
p { color: rgb(20,134,155); }
H1.HeaderClassName
{
color: #14869B;
}
.AnyTagClassName
{
color: #14869B;
}
</style>
background-color css
<style>
a { background-color: #14869B; }
a { background-color: rgb(20,134,155); }
div.DivClassName
{
background-color: #14869B;
}
.BgClassName
{
background-color: #14869B;
}
</style>
border-color css
<style>
span { border-color: #14869B; }
span { border-color: rgb(20,134,155); }
td.TdClassName
{
border-color: #14869B;
}
.TagClassName
{
border-color: #14869B;
}
</style>