Html Css Color HEX #107E9B Eastern Blue

📋 copy color: '#107E9B'

red 16 ◦ green 126 ◦ blue 155

#107E9B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #107E9B

Tints of Eastern Blue #107E9B

RGB

 RED value IS 16 (6.64% from 255) = 5.39%

 GREEN value IS 126 (49.61% from 255) = 42.42%

 BLUE value IS 155 (60.94% from 255) = 52.19%

R = 5.39%
G = 42.42%
B = 52.19%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#107E9B (or 0x107E9B) is known color: Eastern Blue. HEX triplet: 10, 7E and 9B. RGB value is (16,126,155). Sum of RGB (Red+Green+Blue) = 16+126+155=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 126 (49.61% from 255 or 42.42% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #107E9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107E9B is #EF8164. Grayscale: #606060. Windows color (decimal): -15696229 or 10190352. OLE color: 10190352.

HSL color Cylindrical-coordinate representation of color #107E9B: hue angle of 192.52º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #107E9B is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 126 155 -
CMYK 0.90 0.19 0 0.39
HSL 192.52º 0.81% 0.34% -
HSV(B) 192.52º 0.9% 0.61% -
XYZ 13.59 17.4 33.65 -
YUV 96.42 161.06 70.64 -
System Red Green Blue C M Y K H S L
Decimal 16 126 155 0.90 0.19 0 0.39 192.52 0.81 0.34
Hex 10 7E 9B 5A 13 0 27 C1 51 22
Octal 20 176 233 132 23 0 47 301 121 42
Binary 10000 1111110 10011011 1011010 10011 0 100111 11000001 1010001 100010

Color Harmonies of #107E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107E9B

Black with #107E9B

Text Example


Text Example

White with #107E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,126,155); }

 H1.HeaderClassName
 {
   color: #107E9B;
 }
 .AnyTagClassName
 {
   color: #107E9B;
 }
</style>

background-color css

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

 a { background-color: rgb(16,126,155); }

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

border-color css

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

 span { border-color: rgb(16,126,155); }

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