Html Css Color HEX #117189 Allports

📋 copy color: '#117189'

red 17 ◦ green 113 ◦ blue 137

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

Shades of Allports #117189

Tints of Allports #117189

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.32%

 BLUE value IS 137 (53.91% from 255) = 51.31%

R = 6.37%
G = 42.32%
B = 51.31%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#117189 (or 0x117189) is known color: Allports. HEX triplet: 11, 71 and 89. RGB value is (17,113,137). Sum of RGB (Red+Green+Blue) = 17+113+137=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #117189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117189 is #EE8E76. Grayscale: #565656. Windows color (decimal): -15634039 or 9007377. OLE color: 9007377.

HSL color Cylindrical-coordinate representation of color #117189: hue angle of 192º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #117189 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 113 137 -
CMYK 0.88 0.18 0 0.46
HSL 192º 0.78% 0.3% -
HSV(B) 192º 0.88% 0.54% -
XYZ 10.65 13.74 25.76 -
YUV 87.03 156.2 78.05 -
System Red Green Blue C M Y K H S L
Decimal 17 113 137 0.88 0.18 0 0.46 192 0.78 0.3
Hex 11 71 89 58 12 0 2E C0 4E 1E
Octal 21 161 211 130 22 0 56 300 116 36
Binary 10001 1110001 10001001 1011000 10010 0 101110 11000000 1001110 11110

Color Harmonies of #117189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117189

Black with #117189

Text Example


Text Example

White with #117189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117189; }

 p { color: rgb(17,113,137); }

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

background-color css

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

 a { background-color: rgb(17,113,137); }

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

border-color css

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

 span { border-color: rgb(17,113,137); }

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