Html Css Color HEX #117A93 Eastern Blue

📋 copy color: '#117A93'

red 17 ◦ green 122 ◦ blue 147

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

Shades of Eastern Blue #117A93

Tints of Eastern Blue #117A93

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.66%

 BLUE value IS 147 (57.81% from 255) = 51.4%

R = 5.94%
G = 42.66%
B = 51.4%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#117A93 (or 0x117A93) is known color: Eastern Blue. HEX triplet: 11, 7A and 93. RGB value is (17,122,147). Sum of RGB (Red+Green+Blue) = 17+122+147=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 122 (48.05% from 255 or 42.66% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #117A93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117A93 is #EE856C. Grayscale: #5D5D5D. Windows color (decimal): -15631725 or 9665041. OLE color: 9665041.

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

Color convert

RGB 17 122 147 -
CMYK 0.88 0.17 0 0.42
HSL 191.54º 0.79% 0.32% -
HSV(B) 191.54º 0.88% 0.58% -
XYZ 12.46 16.14 30.06 -
YUV 93.46 158.21 73.47 -
System Red Green Blue C M Y K H S L
Decimal 17 122 147 0.88 0.17 0 0.42 191.54 0.79 0.32
Hex 11 7A 93 58 11 0 2A C0 4F 20
Octal 21 172 223 130 21 0 52 300 117 40
Binary 10001 1111010 10010011 1011000 10001 0 101010 11000000 1001111 100000

Color Harmonies of #117A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117A93

Black with #117A93

Text Example


Text Example

White with #117A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,122,147); }

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

background-color css

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

 a { background-color: rgb(17,122,147); }

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

border-color css

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

 span { border-color: rgb(17,122,147); }

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