Html Css Color HEX #117990 Eastern Blue

📋 copy color: '#117990'

red 17 ◦ green 121 ◦ blue 144

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

Shades of Eastern Blue #117990

Tints of Eastern Blue #117990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.06%

R = 6.03%
G = 42.91%
B = 51.06%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#117990 (or 0x117990) is known color: Eastern Blue. HEX triplet: 11, 79 and 90. RGB value is (17,121,144). Sum of RGB (Red+Green+Blue) = 17+121+144=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 121 (47.66% from 255 or 42.91% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #117990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117990 is #EE866F. Grayscale: #5C5C5C. Windows color (decimal): -15631984 or 9468177. OLE color: 9468177.

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

Color convert

RGB 17 121 144 -
CMYK 0.88 0.16 0 0.44
HSL 190.87º 0.79% 0.32% -
HSV(B) 190.87º 0.88% 0.56% -
XYZ 12.1 15.81 28.8 -
YUV 92.53 157.04 74.13 -
System Red Green Blue C M Y K H S L
Decimal 17 121 144 0.88 0.16 0 0.44 190.87 0.79 0.32
Hex 11 79 90 58 10 0 2C BF 4F 20
Octal 21 171 220 130 20 0 54 277 117 40
Binary 10001 1111001 10010000 1011000 10000 0 101100 10111111 1001111 100000

Color Harmonies of #117990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117990

Black with #117990

Text Example


Text Example

White with #117990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117990; }

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

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

background-color css

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

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

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

border-color css

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

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

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