Shades of Eastern Blue #107C90
Tints of Eastern Blue #107C90
RGB
CMYK
RGB Variations
Color information
#107C90 (or 0x107C90) is known color: Eastern Blue. HEX triplet: 10, 7C and 90. RGB value is (16,124,144). Sum of RGB (Red+Green+Blue) = 16+124+144=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #107C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107C90 is #EF836F. Grayscale: #5D5D5D. Windows color (decimal): -15696752 or 9468944. OLE color: 9468944.
HSL color Cylindrical-coordinate representation of color #107C90: hue angle of 189.38º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #107C90 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 124 | 144 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.44 |
| HSL | 189.38º | 0.8% | 0.31% | - |
| HSV(B) | 189.38º | 0.89% | 0.56% | - |
| XYZ | 12.46 | 16.54 | 28.92 | - |
| YUV | 93.99 | 156.22 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 124 | 144 | 0.89 | 0.14 | 0 | 0.44 | 189.38 | 0.8 | 0.31 |
| Hex | 10 | 7C | 90 | 59 | E | 0 | 2C | BD | 50 | 1F |
| Octal | 20 | 174 | 220 | 131 | 16 | 0 | 54 | 275 | 120 | 37 |
| Binary | 10000 | 1111100 | 10010000 | 1011001 | 1110 | 0 | 101100 | 10111101 | 1010000 | 11111 |
Color Harmonies of #107C90
Complementary color
Monochromatic Colors of #107C90
Black with #107C90
Text Example
Text Example
White with #107C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107C90; }
p { color: rgb(16,124,144); }
H1.HeaderClassName
{
color: #107C90;
}
.AnyTagClassName
{
color: #107C90;
}
</style>
background-color css
<style>
a { background-color: #107C90; }
a { background-color: rgb(16,124,144); }
div.DivClassName
{
background-color: #107C90;
}
.BgClassName
{
background-color: #107C90;
}
</style>
border-color css
<style>
span { border-color: #107C90; }
span { border-color: rgb(16,124,144); }
td.TdClassName
{
border-color: #107C90;
}
.TagClassName
{
border-color: #107C90;
}
</style>