Html Css Color HEX #117C91 Eastern Blue

📋 copy color: '#117C91'

red 17 ◦ green 124 ◦ blue 145

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

Shades of Eastern Blue #117C91

Tints of Eastern Blue #117C91

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.36%

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

R = 5.94%
G = 43.36%
B = 50.7%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#117C91 (or 0x117C91) is known color: Eastern Blue. HEX triplet: 11, 7C and 91. RGB value is (17,124,145). Sum of RGB (Red+Green+Blue) = 17+124+145=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #117C91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117C91 is #EE836E. Grayscale: #5E5E5E. Windows color (decimal): -15631215 or 9534481. OLE color: 9534481.

HSL color Cylindrical-coordinate representation of color #117C91: hue angle of 189.84º 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 #117C91 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 124 145 -
CMYK 0.88 0.14 0 0.43
HSL 189.84º 0.79% 0.32% -
HSV(B) 189.84º 0.88% 0.57% -
XYZ 12.55 16.58 29.33 -
YUV 94.4 156.55 72.79 -
System Red Green Blue C M Y K H S L
Decimal 17 124 145 0.88 0.14 0 0.43 189.84 0.79 0.32
Hex 11 7C 91 58 E 0 2B BE 4F 20
Octal 21 174 221 130 16 0 53 276 117 40
Binary 10001 1111100 10010001 1011000 1110 0 101011 10111110 1001111 100000

Color Harmonies of #117C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117C91

Black with #117C91

Text Example


Text Example

White with #117C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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