Shades of Eastern Blue #107995
Tints of Eastern Blue #107995
RGB
CMYK
RGB Variations
Color information
#107995 (or 0x107995) is known color: Eastern Blue. HEX triplet: 10, 79 and 95. RGB value is (16,121,149). Sum of RGB (Red+Green+Blue) = 16+121+149=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #107995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107995 is #EF866A. Grayscale: #5C5C5C. Windows color (decimal): -15697515 or 9795856. OLE color: 9795856.
HSL color Cylindrical-coordinate representation of color #107995: hue angle of 192.63º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #107995 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 121 | 149 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.42 |
| HSL | 192.63º | 0.81% | 0.32% | - |
| HSV(B) | 192.63º | 0.89% | 0.58% | - |
| XYZ | 12.48 | 15.95 | 30.86 | - |
| YUV | 92.8 | 159.71 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 121 | 149 | 0.89 | 0.19 | 0 | 0.42 | 192.63 | 0.81 | 0.32 |
| Hex | 10 | 79 | 95 | 59 | 13 | 0 | 2A | C1 | 51 | 20 |
| Octal | 20 | 171 | 225 | 131 | 23 | 0 | 52 | 301 | 121 | 40 |
| Binary | 10000 | 1111001 | 10010101 | 1011001 | 10011 | 0 | 101010 | 11000001 | 1010001 | 100000 |
Color Harmonies of #107995
Complementary color
Monochromatic Colors of #107995
Black with #107995
Text Example
Text Example
White with #107995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107995; }
p { color: rgb(16,121,149); }
H1.HeaderClassName
{
color: #107995;
}
.AnyTagClassName
{
color: #107995;
}
</style>
background-color css
<style>
a { background-color: #107995; }
a { background-color: rgb(16,121,149); }
div.DivClassName
{
background-color: #107995;
}
.BgClassName
{
background-color: #107995;
}
</style>
border-color css
<style>
span { border-color: #107995; }
span { border-color: rgb(16,121,149); }
td.TdClassName
{
border-color: #107995;
}
.TagClassName
{
border-color: #107995;
}
</style>