Shades of Eastern Blue #167F90
Tints of Eastern Blue #167F90
RGB
CMYK
RGB Variations
Color information
#167F90 (or 0x167F90) is known color: Eastern Blue. HEX triplet: 16, 7F and 90. RGB value is (22,127,144). Sum of RGB (Red+Green+Blue) = 22+127+144=293 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.51% from 293); Green value is 127 (50% from 255 or 43.34% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #167F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #167F90 is #E9806F. Grayscale: #616161. Windows color (decimal): -15302768 or 9469718. OLE color: 9469718.
HSL color Cylindrical-coordinate representation of color #167F90: hue angle of 188.36º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #167F90 is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 127 | 144 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.44 |
| HSL | 188.36º | 0.73% | 0.33% | - |
| HSV(B) | 188.36º | 0.85% | 0.56% | - |
| XYZ | 12.95 | 17.36 | 29.05 | - |
| YUV | 97.54 | 154.21 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 127 | 144 | 0.85 | 0.12 | 0 | 0.44 | 188.36 | 0.73 | 0.33 |
| Hex | 16 | 7F | 90 | 55 | C | 0 | 2C | BC | 49 | 21 |
| Octal | 26 | 177 | 220 | 125 | 14 | 0 | 54 | 274 | 111 | 41 |
| Binary | 10110 | 1111111 | 10010000 | 1010101 | 1100 | 0 | 101100 | 10111100 | 1001001 | 100001 |
Color Harmonies of #167F90
Complementary color
Monochromatic Colors of #167F90
Black with #167F90
Text Example
Text Example
White with #167F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167F90; }
p { color: rgb(22,127,144); }
H1.HeaderClassName
{
color: #167F90;
}
.AnyTagClassName
{
color: #167F90;
}
</style>
background-color css
<style>
a { background-color: #167F90; }
a { background-color: rgb(22,127,144); }
div.DivClassName
{
background-color: #167F90;
}
.BgClassName
{
background-color: #167F90;
}
</style>
border-color css
<style>
span { border-color: #167F90; }
span { border-color: rgb(22,127,144); }
td.TdClassName
{
border-color: #167F90;
}
.TagClassName
{
border-color: #167F90;
}
</style>