Html Css Color HEX #117792 Eastern Blue

📋 copy color: '#117792'

red 17 ◦ green 119 ◦ blue 146

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

Shades of Eastern Blue #117792

Tints of Eastern Blue #117792

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.2%

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

R = 6.03%
G = 42.2%
B = 51.77%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#117792 (or 0x117792) is known color: Eastern Blue. HEX triplet: 11, 77 and 92. RGB value is (17,119,146). Sum of RGB (Red+Green+Blue) = 17+119+146=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #117792 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117792 is #EE886D. Grayscale: #5B5B5B. Windows color (decimal): -15632494 or 9598737. OLE color: 9598737.

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

Color convert

RGB 17 119 146 -
CMYK 0.88 0.18 0 0.43
HSL 192.56º 0.79% 0.32% -
HSV(B) 192.56º 0.88% 0.57% -
XYZ 12.02 15.39 29.53 -
YUV 91.58 158.71 74.8 -
System Red Green Blue C M Y K H S L
Decimal 17 119 146 0.88 0.18 0 0.43 192.56 0.79 0.32
Hex 11 77 92 58 12 0 2B C1 4F 20
Octal 21 167 222 130 22 0 53 301 117 40
Binary 10001 1110111 10010010 1011000 10010 0 101011 11000001 1001111 100000

Color Harmonies of #117792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117792

Black with #117792

Text Example


Text Example

White with #117792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117792; }

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

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

background-color css

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

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

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

border-color css

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

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

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