Html Css Color HEX #117890 Eastern Blue

📋 copy color: '#117890'

red 17 ◦ green 120 ◦ blue 144

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

Shades of Eastern Blue #117890

Tints of Eastern Blue #117890

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.7%

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

R = 6.05%
G = 42.7%
B = 51.25%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#117890 (or 0x117890) is known color: Eastern Blue. HEX triplet: 11, 78 and 90. RGB value is (17,120,144). Sum of RGB (Red+Green+Blue) = 17+120+144=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #117890 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117890 is #EE876F. Grayscale: #5B5B5B. Windows color (decimal): -15632240 or 9467921. OLE color: 9467921.

HSL color Cylindrical-coordinate representation of color #117890: hue angle of 191.34º 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 #117890 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 120 144 -
CMYK 0.88 0.17 0 0.44
HSL 191.34º 0.79% 0.32% -
HSV(B) 191.34º 0.88% 0.56% -
XYZ 11.98 15.57 28.76 -
YUV 91.94 157.38 74.55 -
System Red Green Blue C M Y K H S L
Decimal 17 120 144 0.88 0.17 0 0.44 191.34 0.79 0.32
Hex 11 78 90 58 11 0 2C BF 4F 20
Octal 21 170 220 130 21 0 54 277 117 40
Binary 10001 1111000 10010000 1011000 10001 0 101100 10111111 1001111 100000

Color Harmonies of #117890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117890

Black with #117890

Text Example


Text Example

White with #117890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117890; }

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

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

background-color css

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

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

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

border-color css

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

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

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