Html Css Color HEX #107F9B Eastern Blue

📋 copy color: '#107F9B'

red 16 ◦ green 127 ◦ blue 155

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

Shades of Eastern Blue #107F9B

Tints of Eastern Blue #107F9B

RGB

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

 GREEN value IS 127 (50% from 255) = 42.62%

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

R = 5.37%
G = 42.62%
B = 52.01%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#107F9B (or 0x107F9B) is known color: Eastern Blue. HEX triplet: 10, 7F and 9B. RGB value is (16,127,155). Sum of RGB (Red+Green+Blue) = 16+127+155=298 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.37% from 298); Green value is 127 (50% from 255 or 42.62% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #107F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107F9B is #EF8064. Grayscale: #606060. Windows color (decimal): -15695973 or 10190608. OLE color: 10190608.

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

Color convert

RGB 16 127 155 -
CMYK 0.90 0.18 0 0.39
HSL 192.09º 0.81% 0.34% -
HSV(B) 192.09º 0.9% 0.61% -
XYZ 13.72 17.66 33.7 -
YUV 97 160.73 70.22 -
System Red Green Blue C M Y K H S L
Decimal 16 127 155 0.90 0.18 0 0.39 192.09 0.81 0.34
Hex 10 7F 9B 5A 12 0 27 C0 51 22
Octal 20 177 233 132 22 0 47 300 121 42
Binary 10000 1111111 10011011 1011010 10010 0 100111 11000000 1010001 100010

Color Harmonies of #107F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107F9B

Black with #107F9B

Text Example


Text Example

White with #107F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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