Html Css Color HEX #107791 Eastern Blue

📋 copy color: '#107791'

red 16 ◦ green 119 ◦ blue 145

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

Shades of Eastern Blue #107791

Tints of Eastern Blue #107791

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.5%

 BLUE value IS 145 (57.03% from 255) = 51.79%

R = 5.71%
G = 42.5%
B = 51.79%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#107791 (or 0x107791) is known color: Eastern Blue. HEX triplet: 10, 77 and 91. RGB value is (16,119,145). Sum of RGB (Red+Green+Blue) = 16+119+145=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #107791 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107791 is #EF886E. Grayscale: #5A5A5A. Windows color (decimal): -15698031 or 9533200. OLE color: 9533200.

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

Color convert

RGB 16 119 145 -
CMYK 0.89 0.18 0 0.43
HSL 192.09º 0.8% 0.32% -
HSV(B) 192.09º 0.89% 0.57% -
XYZ 11.92 15.35 29.12 -
YUV 91.17 158.38 74.39 -
System Red Green Blue C M Y K H S L
Decimal 16 119 145 0.89 0.18 0 0.43 192.09 0.8 0.32
Hex 10 77 91 59 12 0 2B C0 50 20
Octal 20 167 221 131 22 0 53 300 120 40
Binary 10000 1110111 10010001 1011001 10010 0 101011 11000000 1010000 100000

Color Harmonies of #107791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107791

Black with #107791

Text Example


Text Example

White with #107791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107791; }

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

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

background-color css

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

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

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

border-color css

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

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

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