Shades of Eastern Blue #148599
Tints of Eastern Blue #148599
RGB
CMYK
RGB Variations
Color information
#148599 (or 0x148599) is known color: Eastern Blue. HEX triplet: 14, 85 and 99. RGB value is (20,133,153). Sum of RGB (Red+Green+Blue) = 20+133+153=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #148599 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148599 is #EB7A66. Grayscale: #656565. Windows color (decimal): -15432295 or 10061076. OLE color: 10061076.
HSL color Cylindrical-coordinate representation of color #148599: hue angle of 189.02º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #148599 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 133 | 153 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.4 |
| HSL | 189.02º | 0.77% | 0.34% | - |
| HSV(B) | 189.02º | 0.87% | 0.6% | - |
| XYZ | 14.43 | 19.22 | 33.09 | - |
| YUV | 101.49 | 157.06 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 153 | 0.87 | 0.13 | 0 | 0.4 | 189.02 | 0.77 | 0.34 |
| Hex | 14 | 85 | 99 | 57 | D | 0 | 28 | BD | 4D | 22 |
| Octal | 24 | 205 | 231 | 127 | 15 | 0 | 50 | 275 | 115 | 42 |
| Binary | 10100 | 10000101 | 10011001 | 1010111 | 1101 | 0 | 101000 | 10111101 | 1001101 | 100010 |
Color Harmonies of #148599
Complementary color
Monochromatic Colors of #148599
Black with #148599
Text Example
Text Example
White with #148599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148599; }
p { color: rgb(20,133,153); }
H1.HeaderClassName
{
color: #148599;
}
.AnyTagClassName
{
color: #148599;
}
</style>
background-color css
<style>
a { background-color: #148599; }
a { background-color: rgb(20,133,153); }
div.DivClassName
{
background-color: #148599;
}
.BgClassName
{
background-color: #148599;
}
</style>
border-color css
<style>
span { border-color: #148599; }
span { border-color: rgb(20,133,153); }
td.TdClassName
{
border-color: #148599;
}
.TagClassName
{
border-color: #148599;
}
</style>