Html Css Color HEX #117992 Eastern Blue

📋 copy color: '#117992'

red 17 ◦ green 121 ◦ blue 146

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

Shades of Eastern Blue #117992

Tints of Eastern Blue #117992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.41%

R = 5.99%
G = 42.61%
B = 51.41%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#117992 (or 0x117992) is known color: Eastern Blue. HEX triplet: 11, 79 and 92. RGB value is (17,121,146). Sum of RGB (Red+Green+Blue) = 17+121+146=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 121 (47.66% from 255 or 42.61% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #117992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117992 is #EE866D. Grayscale: #5C5C5C. Windows color (decimal): -15631982 or 9599249. OLE color: 9599249.

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

Color convert

RGB 17 121 146 -
CMYK 0.88 0.17 0 0.43
HSL 191.63º 0.79% 0.32% -
HSV(B) 191.63º 0.88% 0.57% -
XYZ 12.26 15.87 29.61 -
YUV 92.75 158.04 73.97 -
System Red Green Blue C M Y K H S L
Decimal 17 121 146 0.88 0.17 0 0.43 191.63 0.79 0.32
Hex 11 79 92 58 11 0 2B C0 4F 20
Octal 21 171 222 130 21 0 53 300 117 40
Binary 10001 1111001 10010010 1011000 10001 0 101011 11000000 1001111 100000

Color Harmonies of #117992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117992

Black with #117992

Text Example


Text Example

White with #117992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117992; }

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

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

background-color css

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

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

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

border-color css

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

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

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