#107F9C

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

Shades of Eastern Blue #107F9C

Tints of Eastern Blue #107F9C

Color information

#107F9C (or 0x107F9C) is unknown color: approx Eastern Blue. HEX triplet: 10, 7F and 9C. RGB value is (16,127,156). Sum of RGB (Red+Green+Blue) = 16+127+156=299 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.35% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #107F9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107F9C is #EF8063. Grayscale: #606060. Windows color (decimal): -15695972 or 10256144. OLE color: 10256144.

HSL color Cylindrical-coordinate representation of color #107F9C: hue angle of 192.43º 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 #107F9C is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB16127156-
CMYK0.900.1900.39
HSL192.43º81.4%33.73%-
HSV(B)192.43º89.74%61.18%-
XYZ13.817.6934.14-
YUV97.12161.2370.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.35%
GREEN value IS 127 (50% from 255) = 42.47%
BLUE value IS 156 (61.33% from 255) = 52.17%
R=5.35%
G=42.47%
B=52.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal161271560.900.1900.39192.4381.433.73
Hex107F9C5A13027c05122
Octal201772341322304730012142
Binary100001111111100111001011010100110100111110000001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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