Html Css Color HEX #117791 Eastern Blue

📋 copy color: '#117791'

red 17 ◦ green 119 ◦ blue 145

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

Shades of Eastern Blue #117791

Tints of Eastern Blue #117791

RGB

 RED value IS 17 (7.03% from 255) = 6.05%

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

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

R = 6.05%
G = 42.35%
B = 51.6%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#117791 (or 0x117791) is known color: Eastern Blue. HEX triplet: 11, 77 and 91. RGB value is (17,119,145). Sum of RGB (Red+Green+Blue) = 17+119+145=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #117791 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117791 is #EE886E. Grayscale: #5B5B5B. Windows color (decimal): -15632495 or 9533201. OLE color: 9533201.

HSL color Cylindrical-coordinate representation of color #117791: hue angle of 192.19º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #117791 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 119 145 -
CMYK 0.88 0.18 0 0.43
HSL 192.19º 0.79% 0.32% -
HSV(B) 192.19º 0.88% 0.57% -
XYZ 11.94 15.36 29.12 -
YUV 91.47 158.21 74.89 -
System Red Green Blue C M Y K H S L
Decimal 17 119 145 0.88 0.18 0 0.43 192.19 0.79 0.32
Hex 11 77 91 58 12 0 2B C0 4F 20
Octal 21 167 221 130 22 0 53 300 117 40
Binary 10001 1110111 10010001 1011000 10010 0 101011 11000000 1001111 100000

Color Harmonies of #117791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117791

Black with #117791

Text Example


Text Example

White with #117791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117791; }

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

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

background-color css

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

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

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

border-color css

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

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

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