Shades of Eastern Blue #168BA1
Tints of Eastern Blue #168BA1
RGB
CMYK
RGB Variations
Color information
#168BA1 (or 0x168BA1) is known color: Eastern Blue. HEX triplet: 16, 8B and A1. RGB value is (22,139,161). Sum of RGB (Red+Green+Blue) = 22+139+161=322 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.83% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 161 (63.28% from 255 or 50% from 322); Max value from RGB is 161 - color contains mainly: blue. Hex color #168BA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168BA1 is #E9745E. Grayscale: #6A6A6A. Windows color (decimal): -15299679 or 10586902. OLE color: 10586902.
HSL color Cylindrical-coordinate representation of color #168BA1: hue angle of 189.5º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #168BA1 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 139 | 161 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.37 |
| HSL | 189.5º | 0.76% | 0.36% | - |
| HSV(B) | 189.5º | 0.86% | 0.63% | - |
| XYZ | 16 | 21.21 | 36.97 | - |
| YUV | 106.53 | 158.74 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 161 | 0.86 | 0.14 | 0 | 0.37 | 189.5 | 0.76 | 0.36 |
| Hex | 16 | 8B | A1 | 56 | E | 0 | 25 | BD | 4C | 24 |
| Octal | 26 | 213 | 241 | 126 | 16 | 0 | 45 | 275 | 114 | 44 |
| Binary | 10110 | 10001011 | 10100001 | 1010110 | 1110 | 0 | 100101 | 10111101 | 1001100 | 100100 |
Color Harmonies of #168BA1
Complementary color
Monochromatic Colors of #168BA1
Black with #168BA1
Text Example
Text Example
White with #168BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168BA1; }
p { color: rgb(22,139,161); }
H1.HeaderClassName
{
color: #168BA1;
}
.AnyTagClassName
{
color: #168BA1;
}
</style>
background-color css
<style>
a { background-color: #168BA1; }
a { background-color: rgb(22,139,161); }
div.DivClassName
{
background-color: #168BA1;
}
.BgClassName
{
background-color: #168BA1;
}
</style>
border-color css
<style>
span { border-color: #168BA1; }
span { border-color: rgb(22,139,161); }
td.TdClassName
{
border-color: #168BA1;
}
.TagClassName
{
border-color: #168BA1;
}
</style>