Shades of Eastern Blue #107F9E
Tints of Eastern Blue #107F9E
RGB
CMYK
RGB Variations
Color information
#107F9E (or 0x107F9E) is known color: Eastern Blue. HEX triplet: 10, 7F and 9E. RGB value is (16,127,158). Sum of RGB (Red+Green+Blue) = 16+127+158=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #107F9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107F9E is #EF8061. Grayscale: #616161. Windows color (decimal): -15695970 or 10387216. OLE color: 10387216.
HSL color Cylindrical-coordinate representation of color #107F9E: hue angle of 193.1º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #107F9E is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 127 | 158 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.38 |
| HSL | 193.1º | 0.82% | 0.34% | - |
| HSV(B) | 193.1º | 0.9% | 0.62% | - |
| XYZ | 13.97 | 17.76 | 35.04 | - |
| YUV | 97.35 | 162.23 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 127 | 158 | 0.90 | 0.20 | 0 | 0.38 | 193.1 | 0.82 | 0.34 |
| Hex | 10 | 7F | 9E | 5A | 14 | 0 | 26 | C1 | 52 | 22 |
| Octal | 20 | 177 | 236 | 132 | 24 | 0 | 46 | 301 | 122 | 42 |
| Binary | 10000 | 1111111 | 10011110 | 1011010 | 10100 | 0 | 100110 | 11000001 | 1010010 | 100010 |
Color Harmonies of #107F9E
Complementary color
Monochromatic Colors of #107F9E
Black with #107F9E
Text Example
Text Example
White with #107F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107F9E; }
p { color: rgb(16,127,158); }
H1.HeaderClassName
{
color: #107F9E;
}
.AnyTagClassName
{
color: #107F9E;
}
</style>
background-color css
<style>
a { background-color: #107F9E; }
a { background-color: rgb(16,127,158); }
div.DivClassName
{
background-color: #107F9E;
}
.BgClassName
{
background-color: #107F9E;
}
</style>
border-color css
<style>
span { border-color: #107F9E; }
span { border-color: rgb(16,127,158); }
td.TdClassName
{
border-color: #107F9E;
}
.TagClassName
{
border-color: #107F9E;
}
</style>