Html Css Color HEX #117389 Allports

📋 copy color: '#117389'

red 17 ◦ green 115 ◦ blue 137

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

Shades of Allports #117389

Tints of Allports #117389

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.75%

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

R = 6.32%
G = 42.75%
B = 50.93%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#117389 (or 0x117389) is known color: Allports. HEX triplet: 11, 73 and 89. RGB value is (17,115,137). Sum of RGB (Red+Green+Blue) = 17+115+137=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #117389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117389 is #EE8C76. Grayscale: #585858. Windows color (decimal): -15633527 or 9007889. OLE color: 9007889.

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

Color convert

RGB 17 115 137 -
CMYK 0.88 0.16 0 0.46
HSL 191º 0.78% 0.3% -
HSV(B) 191º 0.88% 0.54% -
XYZ 10.88 14.19 25.83 -
YUV 88.21 155.53 77.21 -
System Red Green Blue C M Y K H S L
Decimal 17 115 137 0.88 0.16 0 0.46 191 0.78 0.3
Hex 11 73 89 58 10 0 2E BF 4E 1E
Octal 21 163 211 130 20 0 56 277 116 36
Binary 10001 1110011 10001001 1011000 10000 0 101110 10111111 1001110 11110

Color Harmonies of #117389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117389

Black with #117389

Text Example


Text Example

White with #117389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117389; }

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

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

background-color css

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

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

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

border-color css

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

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

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