Shades of Eastern Blue #148CA2
Tints of Eastern Blue #148CA2
RGB
CMYK
RGB Variations
Color information
#148CA2 (or 0x148CA2) is known color: Eastern Blue. HEX triplet: 14, 8C and A2. RGB value is (20,140,162). Sum of RGB (Red+Green+Blue) = 20+140+162=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 140 (55.08% from 255 or 43.48% from 322); Blue value is 162 (63.67% from 255 or 50.31% from 322); Max value from RGB is 162 - color contains mainly: blue. Hex color #148CA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148CA2 is #EB735D. Grayscale: #6A6A6A. Windows color (decimal): -15430494 or 10652692. OLE color: 10652692.
HSL color Cylindrical-coordinate representation of color #148CA2: hue angle of 189.3º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #148CA2 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 140 | 162 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.36 |
| HSL | 189.3º | 0.78% | 0.36% | - |
| HSV(B) | 189.3º | 0.88% | 0.64% | - |
| XYZ | 16.19 | 21.51 | 37.48 | - |
| YUV | 106.63 | 159.24 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 140 | 162 | 0.88 | 0.14 | 0 | 0.36 | 189.3 | 0.78 | 0.36 |
| Hex | 14 | 8C | A2 | 58 | E | 0 | 24 | BD | 4E | 24 |
| Octal | 24 | 214 | 242 | 130 | 16 | 0 | 44 | 275 | 116 | 44 |
| Binary | 10100 | 10001100 | 10100010 | 1011000 | 1110 | 0 | 100100 | 10111101 | 1001110 | 100100 |
Color Harmonies of #148CA2
Complementary color
Monochromatic Colors of #148CA2
Black with #148CA2
Text Example
Text Example
White with #148CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148CA2; }
p { color: rgb(20,140,162); }
H1.HeaderClassName
{
color: #148CA2;
}
.AnyTagClassName
{
color: #148CA2;
}
</style>
background-color css
<style>
a { background-color: #148CA2; }
a { background-color: rgb(20,140,162); }
div.DivClassName
{
background-color: #148CA2;
}
.BgClassName
{
background-color: #148CA2;
}
</style>
border-color css
<style>
span { border-color: #148CA2; }
span { border-color: rgb(20,140,162); }
td.TdClassName
{
border-color: #148CA2;
}
.TagClassName
{
border-color: #148CA2;
}
</style>