#107A92

Color #107A92 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #107A92

Tints of Eastern Blue #107A92

Color information

#107A92 (or 0x107A92) is unknown color: approx Eastern Blue. HEX triplet: 10, 7A and 92. RGB value is (16,122,146). Sum of RGB (Red+Green+Blue) = 16+122+146=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 122 (48.05% from 255 or 42.96% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #107A92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107A92 is #EF856D. Grayscale: #5C5C5C. Windows color (decimal): -15697262 or 9599504. OLE color: 9599504.

HSL color Cylindrical-coordinate representation of color #107A92: hue angle of 191.08º 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 #107A92 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB16122146-
CMYK0.890.1600.43
HSL191.08º80.25%31.76%-
HSV(B)191.08º89.04%57.25%-
XYZ12.3616.129.65-
YUV93.04157.8873.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 5.63%
GREEN value IS 122 (48.05% from 255) = 42.96%
BLUE value IS 146 (57.42% from 255) = 51.41%
R=5.63%
G=42.96%
B=51.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal161221460.890.1600.43191.0880.2531.76
Hex107A92591002Bbf5020
Octal201722221312005327712040
Binary100001111010100100101011001100000101011101111111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107A92; }

 p { color: rgb(16,122,146); }

 H1.HeaderClassName
 {
   color: #107A92;
 }
 .AnyTagClassName
 {
   color: #107A92;
 }
</style>
background-color css

<style>
 a { background-color: #107A92; }

 a { background-color: rgb(16,122,146); }

 div.DivClassName
 {
   background-color: #107A92;
 }
 .BgClassName
 {
   background-color: #107A92;
 }
</style>
border-color css

<style>
 span { border-color: #107A92; }

 span { border-color: rgb(16,122,146); }

 td.TdClassName
 {
   border-color: #107A92;
 }
 .TagClassName
 {
   border-color: #107A92;
 }
</style>