Shades of Eastern Blue #108CA5
Tints of Eastern Blue #108CA5
RGB
CMYK
RGB Variations
Color information
#108CA5 (or 0x108CA5) is known color: Eastern Blue. HEX triplet: 10, 8C and A5. RGB value is (16,140,165). Sum of RGB (Red+Green+Blue) = 16+140+165=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 165 (64.84% from 255 or 51.40% from 321); Max value from RGB is 165 - color contains mainly: blue. Hex color #108CA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108CA5 is #EF735A. Grayscale: #696969. Windows color (decimal): -15692635 or 10849296. OLE color: 10849296.
HSL color Cylindrical-coordinate representation of color #108CA5: hue angle of 190.07º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #108CA5 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 140 | 165 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.35 |
| HSL | 190.07º | 0.82% | 0.35% | - |
| HSV(B) | 190.07º | 0.9% | 0.65% | - |
| XYZ | 16.38 | 21.58 | 38.9 | - |
| YUV | 105.77 | 161.42 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 140 | 165 | 0.90 | 0.15 | 0 | 0.35 | 190.07 | 0.82 | 0.35 |
| Hex | 10 | 8C | A5 | 5A | F | 0 | 23 | BE | 52 | 23 |
| Octal | 20 | 214 | 245 | 132 | 17 | 0 | 43 | 276 | 122 | 43 |
| Binary | 10000 | 10001100 | 10100101 | 1011010 | 1111 | 0 | 100011 | 10111110 | 1010010 | 100011 |
Color Harmonies of #108CA5
Complementary color
Monochromatic Colors of #108CA5
Black with #108CA5
Text Example
Text Example
White with #108CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108CA5; }
p { color: rgb(16,140,165); }
H1.HeaderClassName
{
color: #108CA5;
}
.AnyTagClassName
{
color: #108CA5;
}
</style>
background-color css
<style>
a { background-color: #108CA5; }
a { background-color: rgb(16,140,165); }
div.DivClassName
{
background-color: #108CA5;
}
.BgClassName
{
background-color: #108CA5;
}
</style>
border-color css
<style>
span { border-color: #108CA5; }
span { border-color: rgb(16,140,165); }
td.TdClassName
{
border-color: #108CA5;
}
.TagClassName
{
border-color: #108CA5;
}
</style>