#107A91

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

Shades of Eastern Blue #107A91

Tints of Eastern Blue #107A91

Color information

#107A91 (or 0x107A91) is unknown color: approx Eastern Blue. HEX triplet: 10, 7A and 91. RGB value is (16,122,145). Sum of RGB (Red+Green+Blue) = 16+122+145=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #107A91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107A91 is #EF856E. Grayscale: #5C5C5C. Windows color (decimal): -15697263 or 9533968. OLE color: 9533968.

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

Color convert

RGB16122145-
CMYK0.890.1600.43
HSL190.7º80.12%31.57%-
HSV(B)190.7º88.97%56.86%-
XYZ12.2816.0729.24-
YUV92.93157.3873.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.65%
GREEN value IS 122 (48.05% from 255) = 43.11%
BLUE value IS 145 (57.03% from 255) = 51.24%
R=5.65%
G=43.11%
B=51.24%

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
Decimal161221450.890.1600.43190.780.1231.57
Hex107A91591002Bbf5020
Octal201722211312005327712040
Binary100001111010100100011011001100000101011101111111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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