Shades of Eastern Blue #148396
Tints of Eastern Blue #148396
RGB
CMYK
RGB Variations
Color information
#148396 (or 0x148396) is known color: Eastern Blue. HEX triplet: 14, 83 and 96. RGB value is (20,131,150). Sum of RGB (Red+Green+Blue) = 20+131+150=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #148396 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148396 is #EB7C69. Grayscale: #636363. Windows color (decimal): -15432810 or 9863956. OLE color: 9863956.
HSL color Cylindrical-coordinate representation of color #148396: hue angle of 188.77º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #148396 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 131 | 150 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.41 |
| HSL | 188.77º | 0.76% | 0.33% | - |
| HSV(B) | 188.77º | 0.87% | 0.59% | - |
| XYZ | 13.91 | 18.58 | 31.71 | - |
| YUV | 99.98 | 156.23 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 150 | 0.87 | 0.13 | 0 | 0.41 | 188.77 | 0.76 | 0.33 |
| Hex | 14 | 83 | 96 | 57 | D | 0 | 29 | BD | 4C | 21 |
| Octal | 24 | 203 | 226 | 127 | 15 | 0 | 51 | 275 | 114 | 41 |
| Binary | 10100 | 10000011 | 10010110 | 1010111 | 1101 | 0 | 101001 | 10111101 | 1001100 | 100001 |
Color Harmonies of #148396
Complementary color
Monochromatic Colors of #148396
Black with #148396
Text Example
Text Example
White with #148396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148396; }
p { color: rgb(20,131,150); }
H1.HeaderClassName
{
color: #148396;
}
.AnyTagClassName
{
color: #148396;
}
</style>
background-color css
<style>
a { background-color: #148396; }
a { background-color: rgb(20,131,150); }
div.DivClassName
{
background-color: #148396;
}
.BgClassName
{
background-color: #148396;
}
</style>
border-color css
<style>
span { border-color: #148396; }
span { border-color: rgb(20,131,150); }
td.TdClassName
{
border-color: #148396;
}
.TagClassName
{
border-color: #148396;
}
</style>