Shades of Eastern Blue #167C93
Tints of Eastern Blue #167C93
RGB
CMYK
RGB Variations
Color information
#167C93 (or 0x167C93) is known color: Eastern Blue. HEX triplet: 16, 7C and 93. RGB value is (22,124,147). Sum of RGB (Red+Green+Blue) = 22+124+147=293 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.51% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #167C93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #167C93 is #E9836C. Grayscale: #5F5F5F. Windows color (decimal): -15303533 or 9665558. OLE color: 9665558.
HSL color Cylindrical-coordinate representation of color #167C93: hue angle of 191.04º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #167C93 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 124 | 147 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.42 |
| HSL | 191.04º | 0.74% | 0.33% | - |
| HSV(B) | 191.04º | 0.85% | 0.58% | - |
| XYZ | 12.8 | 16.69 | 30.15 | - |
| YUV | 96.12 | 156.71 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 124 | 147 | 0.85 | 0.16 | 0 | 0.42 | 191.04 | 0.74 | 0.33 |
| Hex | 16 | 7C | 93 | 55 | 10 | 0 | 2A | BF | 4A | 21 |
| Octal | 26 | 174 | 223 | 125 | 20 | 0 | 52 | 277 | 112 | 41 |
| Binary | 10110 | 1111100 | 10010011 | 1010101 | 10000 | 0 | 101010 | 10111111 | 1001010 | 100001 |
Color Harmonies of #167C93
Complementary color
Monochromatic Colors of #167C93
Black with #167C93
Text Example
Text Example
White with #167C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167C93; }
p { color: rgb(22,124,147); }
H1.HeaderClassName
{
color: #167C93;
}
.AnyTagClassName
{
color: #167C93;
}
</style>
background-color css
<style>
a { background-color: #167C93; }
a { background-color: rgb(22,124,147); }
div.DivClassName
{
background-color: #167C93;
}
.BgClassName
{
background-color: #167C93;
}
</style>
border-color css
<style>
span { border-color: #167C93; }
span { border-color: rgb(22,124,147); }
td.TdClassName
{
border-color: #167C93;
}
.TagClassName
{
border-color: #167C93;
}
</style>