Html Css Color HEX #117C92 Eastern Blue

📋 copy color: '#117C92'

red 17 ◦ green 124 ◦ blue 146

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

Shades of Eastern Blue #117C92

Tints of Eastern Blue #117C92

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.21%

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

R = 5.92%
G = 43.21%
B = 50.87%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#117C92 (or 0x117C92) is known color: Eastern Blue. HEX triplet: 11, 7C and 92. RGB value is (17,124,146). Sum of RGB (Red+Green+Blue) = 17+124+146=287 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.92% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #117C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117C92 is #EE836D. Grayscale: #5E5E5E. Windows color (decimal): -15631214 or 9600017. OLE color: 9600017.

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

Color convert

RGB 17 124 146 -
CMYK 0.88 0.15 0 0.43
HSL 190.23º 0.79% 0.32% -
HSV(B) 190.23º 0.88% 0.57% -
XYZ 12.63 16.61 29.73 -
YUV 94.52 157.05 72.71 -
System Red Green Blue C M Y K H S L
Decimal 17 124 146 0.88 0.15 0 0.43 190.23 0.79 0.32
Hex 11 7C 92 58 F 0 2B BE 4F 20
Octal 21 174 222 130 17 0 53 276 117 40
Binary 10001 1111100 10010010 1011000 1111 0 101011 10111110 1001111 100000

Color Harmonies of #117C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117C92

Black with #117C92

Text Example


Text Example

White with #117C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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