Html Css Color HEX #117F9B Eastern Blue

📋 copy color: '#117F9B'

red 17 ◦ green 127 ◦ blue 155

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

Shades of Eastern Blue #117F9B

Tints of Eastern Blue #117F9B

RGB

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

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

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

R = 5.69%
G = 42.47%
B = 51.84%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#117F9B (or 0x117F9B) is known color: Eastern Blue. HEX triplet: 11, 7F and 9B. RGB value is (17,127,155). Sum of RGB (Red+Green+Blue) = 17+127+155=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #117F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117F9B is #EE8064. Grayscale: #616161. Windows color (decimal): -15630437 or 10190609. OLE color: 10190609.

HSL color Cylindrical-coordinate representation of color #117F9B: hue angle of 192.17º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #117F9B is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 17 127 155 -
CMYK 0.89 0.18 0 0.39
HSL 192.17º 0.8% 0.34% -
HSV(B) 192.17º 0.89% 0.61% -
XYZ 13.74 17.66 33.7 -
YUV 97.3 160.56 70.72 -
System Red Green Blue C M Y K H S L
Decimal 17 127 155 0.89 0.18 0 0.39 192.17 0.8 0.34
Hex 11 7F 9B 59 12 0 27 C0 50 22
Octal 21 177 233 131 22 0 47 300 120 42
Binary 10001 1111111 10011011 1011001 10010 0 100111 11000000 1010000 100010

Color Harmonies of #117F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117F9B

Black with #117F9B

Text Example


Text Example

White with #117F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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