Shades of Eastern Blue #108CA3
Tints of Eastern Blue #108CA3
RGB
CMYK
RGB Variations
Color information
#108CA3 (or 0x108CA3) is known color: Eastern Blue. HEX triplet: 10, 8C and A3. RGB value is (16,140,163). Sum of RGB (Red+Green+Blue) = 16+140+163=319 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.02% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 163 (64.06% from 255 or 51.10% from 319); Max value from RGB is 163 - color contains mainly: blue. Hex color #108CA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108CA3 is #EF735C. Grayscale: #696969. Windows color (decimal): -15692637 or 10718224. OLE color: 10718224.
HSL color Cylindrical-coordinate representation of color #108CA3: hue angle of 189.39º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #108CA3 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 140 | 163 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.36 |
| HSL | 189.39º | 0.82% | 0.35% | - |
| HSV(B) | 189.39º | 0.9% | 0.64% | - |
| XYZ | 16.2 | 21.51 | 37.95 | - |
| YUV | 105.55 | 160.42 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 140 | 163 | 0.90 | 0.14 | 0 | 0.36 | 189.39 | 0.82 | 0.35 |
| Hex | 10 | 8C | A3 | 5A | E | 0 | 24 | BD | 52 | 23 |
| Octal | 20 | 214 | 243 | 132 | 16 | 0 | 44 | 275 | 122 | 43 |
| Binary | 10000 | 10001100 | 10100011 | 1011010 | 1110 | 0 | 100100 | 10111101 | 1010010 | 100011 |
Color Harmonies of #108CA3
Complementary color
Monochromatic Colors of #108CA3
Black with #108CA3
Text Example
Text Example
White with #108CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108CA3; }
p { color: rgb(16,140,163); }
H1.HeaderClassName
{
color: #108CA3;
}
.AnyTagClassName
{
color: #108CA3;
}
</style>
background-color css
<style>
a { background-color: #108CA3; }
a { background-color: rgb(16,140,163); }
div.DivClassName
{
background-color: #108CA3;
}
.BgClassName
{
background-color: #108CA3;
}
</style>
border-color css
<style>
span { border-color: #108CA3; }
span { border-color: rgb(16,140,163); }
td.TdClassName
{
border-color: #108CA3;
}
.TagClassName
{
border-color: #108CA3;
}
</style>