Shades of Eastern Blue #148493
Tints of Eastern Blue #148493
RGB
CMYK
RGB Variations
Color information
#148493 (or 0x148493) is known color: Eastern Blue. HEX triplet: 14, 84 and 93. RGB value is (20,132,147). Sum of RGB (Red+Green+Blue) = 20+132+147=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #148493 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148493 is #EB7B6C. Grayscale: #646464. Windows color (decimal): -15432557 or 9667604. OLE color: 9667604.
HSL color Cylindrical-coordinate representation of color #148493: hue angle of 187.09º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148493 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 132 | 147 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.42 |
| HSL | 187.09º | 0.76% | 0.33% | - |
| HSV(B) | 187.09º | 0.86% | 0.58% | - |
| XYZ | 13.81 | 18.76 | 30.5 | - |
| YUV | 100.22 | 154.39 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 147 | 0.86 | 0.10 | 0 | 0.42 | 187.09 | 0.76 | 0.33 |
| Hex | 14 | 84 | 93 | 56 | A | 0 | 2A | BB | 4C | 21 |
| Octal | 24 | 204 | 223 | 126 | 12 | 0 | 52 | 273 | 114 | 41 |
| Binary | 10100 | 10000100 | 10010011 | 1010110 | 1010 | 0 | 101010 | 10111011 | 1001100 | 100001 |
Color Harmonies of #148493
Complementary color
Monochromatic Colors of #148493
Black with #148493
Text Example
Text Example
White with #148493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148493; }
p { color: rgb(20,132,147); }
H1.HeaderClassName
{
color: #148493;
}
.AnyTagClassName
{
color: #148493;
}
</style>
background-color css
<style>
a { background-color: #148493; }
a { background-color: rgb(20,132,147); }
div.DivClassName
{
background-color: #148493;
}
.BgClassName
{
background-color: #148493;
}
</style>
border-color css
<style>
span { border-color: #148493; }
span { border-color: rgb(20,132,147); }
td.TdClassName
{
border-color: #148493;
}
.TagClassName
{
border-color: #148493;
}
</style>