Html Css Color HEX #117995 Eastern Blue

📋 copy color: '#117995'

red 17 ◦ green 121 ◦ blue 149

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

Shades of Eastern Blue #117995

Tints of Eastern Blue #117995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.16%

 BLUE value IS 149 (58.59% from 255) = 51.92%

R = 5.92%
G = 42.16%
B = 51.92%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#117995 (or 0x117995) is known color: Eastern Blue. HEX triplet: 11, 79 and 95. RGB value is (17,121,149). Sum of RGB (Red+Green+Blue) = 17+121+149=287 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.92% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #117995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117995 is #EE866A. Grayscale: #5C5C5C. Windows color (decimal): -15631979 or 9795857. OLE color: 9795857.

HSL color Cylindrical-coordinate representation of color #117995: hue angle of 192.73º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #117995 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 121 149 -
CMYK 0.89 0.19 0 0.42
HSL 192.73º 0.8% 0.33% -
HSV(B) 192.73º 0.89% 0.58% -
XYZ 12.49 15.96 30.86 -
YUV 93.1 159.54 73.72 -
System Red Green Blue C M Y K H S L
Decimal 17 121 149 0.89 0.19 0 0.42 192.73 0.8 0.33
Hex 11 79 95 59 13 0 2A C1 50 21
Octal 21 171 225 131 23 0 52 301 120 41
Binary 10001 1111001 10010101 1011001 10011 0 101010 11000001 1010000 100001

Color Harmonies of #117995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117995

Black with #117995

Text Example


Text Example

White with #117995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117995; }

 p { color: rgb(17,121,149); }

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

background-color css

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

 a { background-color: rgb(17,121,149); }

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

border-color css

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

 span { border-color: rgb(17,121,149); }

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