Html Css Color HEX #117994 Eastern Blue

📋 copy color: '#117994'

red 17 ◦ green 121 ◦ blue 148

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

Shades of Eastern Blue #117994

Tints of Eastern Blue #117994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 51.75%

R = 5.94%
G = 42.31%
B = 51.75%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#117994 (or 0x117994) is known color: Eastern Blue. HEX triplet: 11, 79 and 94. RGB value is (17,121,148). Sum of RGB (Red+Green+Blue) = 17+121+148=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #117994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117994 is #EE866B. Grayscale: #5C5C5C. Windows color (decimal): -15631980 or 9730321. OLE color: 9730321.

HSL color Cylindrical-coordinate representation of color #117994: hue angle of 192.37º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #117994 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 121 148 -
CMYK 0.89 0.18 0 0.42
HSL 192.37º 0.79% 0.32% -
HSV(B) 192.37º 0.89% 0.58% -
XYZ 12.41 15.93 30.44 -
YUV 92.98 159.04 73.8 -
System Red Green Blue C M Y K H S L
Decimal 17 121 148 0.89 0.18 0 0.42 192.37 0.79 0.32
Hex 11 79 94 59 12 0 2A C0 4F 20
Octal 21 171 224 131 22 0 52 300 117 40
Binary 10001 1111001 10010100 1011001 10010 0 101010 11000000 1001111 100000

Color Harmonies of #117994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117994

Black with #117994

Text Example


Text Example

White with #117994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117994; }

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

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

background-color css

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

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

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

border-color css

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

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

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