Shades of Eastern Blue #14819B
Tints of Eastern Blue #14819B
RGB
CMYK
RGB Variations
Color information
#14819B (or 0x14819B) is known color: Eastern Blue. HEX triplet: 14, 81 and 9B. RGB value is (20,129,155). Sum of RGB (Red+Green+Blue) = 20+129+155=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #14819B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14819B is #EB7E64. Grayscale: #636363. Windows color (decimal): -15433317 or 10191124. OLE color: 10191124.
HSL color Cylindrical-coordinate representation of color #14819B: hue angle of 191.56º 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 #14819B is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 129 | 155 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.39 |
| HSL | 191.56º | 0.77% | 0.34% | - |
| HSV(B) | 191.56º | 0.87% | 0.61% | - |
| XYZ | 14.06 | 18.22 | 33.79 | - |
| YUV | 99.37 | 159.39 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 155 | 0.87 | 0.17 | 0 | 0.39 | 191.56 | 0.77 | 0.34 |
| Hex | 14 | 81 | 9B | 57 | 11 | 0 | 27 | C0 | 4D | 22 |
| Octal | 24 | 201 | 233 | 127 | 21 | 0 | 47 | 300 | 115 | 42 |
| Binary | 10100 | 10000001 | 10011011 | 1010111 | 10001 | 0 | 100111 | 11000000 | 1001101 | 100010 |
Color Harmonies of #14819B
Complementary color
Monochromatic Colors of #14819B
Black with #14819B
Text Example
Text Example
White with #14819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14819B; }
p { color: rgb(20,129,155); }
H1.HeaderClassName
{
color: #14819B;
}
.AnyTagClassName
{
color: #14819B;
}
</style>
background-color css
<style>
a { background-color: #14819B; }
a { background-color: rgb(20,129,155); }
div.DivClassName
{
background-color: #14819B;
}
.BgClassName
{
background-color: #14819B;
}
</style>
border-color css
<style>
span { border-color: #14819B; }
span { border-color: rgb(20,129,155); }
td.TdClassName
{
border-color: #14819B;
}
.TagClassName
{
border-color: #14819B;
}
</style>