#107F9E

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

Shades of Eastern Blue #107F9E

Tints of Eastern Blue #107F9E

Color information

#107F9E (or 0x107F9E) is unknown color: approx Eastern Blue. HEX triplet: 10, 7F and 9E. RGB value is (16,127,158). Sum of RGB (Red+Green+Blue) = 16+127+158=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #107F9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107F9E is #EF8061. Grayscale: #616161. Windows color (decimal): -15695970 or 10387216. OLE color: 10387216.

HSL color Cylindrical-coordinate representation of color #107F9E: hue angle of 193.1º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #107F9E is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB16127158-
CMYK0.900.2000.38
HSL193.1º81.61%34.12%-
HSV(B)193.1º89.87%61.96%-
XYZ13.9717.7635.04-
YUV97.34162.2369.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.32%
GREEN value IS 127 (50% from 255) = 42.19%
BLUE value IS 158 (62.11% from 255) = 52.49%
R=5.32%
G=42.19%
B=52.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal161271580.900.2000.38193.181.6134.12
Hex107F9E5A14026c15222
Octal201772361322404630112242
Binary100001111111100111101011010101000100110110000011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,127,158); }

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

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

 a { background-color: rgb(16,127,158); }

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

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

 span { border-color: rgb(16,127,158); }

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