Shades of Eastern Blue #107992
Tints of Eastern Blue #107992
RGB
CMYK
RGB Variations
Color information
#107992 (or 0x107992) is known color: Eastern Blue. HEX triplet: 10, 79 and 92. RGB value is (16,121,146). Sum of RGB (Red+Green+Blue) = 16+121+146=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #107992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107992 is #EF866D. Grayscale: #5C5C5C. Windows color (decimal): -15697518 or 9599248. OLE color: 9599248.
HSL color Cylindrical-coordinate representation of color #107992: hue angle of 191.54º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #107992 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 121 | 146 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.43 |
| HSL | 191.54º | 0.8% | 0.32% | - |
| HSV(B) | 191.54º | 0.89% | 0.57% | - |
| XYZ | 12.24 | 15.86 | 29.61 | - |
| YUV | 92.46 | 158.21 | 73.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 121 | 146 | 0.89 | 0.17 | 0 | 0.43 | 191.54 | 0.8 | 0.32 |
| Hex | 10 | 79 | 92 | 59 | 11 | 0 | 2B | C0 | 50 | 20 |
| Octal | 20 | 171 | 222 | 131 | 21 | 0 | 53 | 300 | 120 | 40 |
| Binary | 10000 | 1111001 | 10010010 | 1011001 | 10001 | 0 | 101011 | 11000000 | 1010000 | 100000 |
Color Harmonies of #107992
Complementary color
Monochromatic Colors of #107992
Black with #107992
Text Example
Text Example
White with #107992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107992; }
p { color: rgb(16,121,146); }
H1.HeaderClassName
{
color: #107992;
}
.AnyTagClassName
{
color: #107992;
}
</style>
background-color css
<style>
a { background-color: #107992; }
a { background-color: rgb(16,121,146); }
div.DivClassName
{
background-color: #107992;
}
.BgClassName
{
background-color: #107992;
}
</style>
border-color css
<style>
span { border-color: #107992; }
span { border-color: rgb(16,121,146); }
td.TdClassName
{
border-color: #107992;
}
.TagClassName
{
border-color: #107992;
}
</style>