Html Css Color HEX #117589 Allports

📋 copy color: '#117589'

red 17 ◦ green 117 ◦ blue 137

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

Shades of Allports #117589

Tints of Allports #117589

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.17%

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

R = 6.27%
G = 43.17%
B = 50.55%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#117589 (or 0x117589) is known color: Allports. HEX triplet: 11, 75 and 89. RGB value is (17,117,137). Sum of RGB (Red+Green+Blue) = 17+117+137=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #117589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117589 is #EE8A76. Grayscale: #595959. Windows color (decimal): -15633015 or 9008401. OLE color: 9008401.

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

Color convert

RGB 17 117 137 -
CMYK 0.88 0.15 0 0.46
HSL 190º 0.78% 0.3% -
HSV(B) 190º 0.88% 0.54% -
XYZ 11.11 14.65 25.91 -
YUV 89.38 154.87 76.37 -
System Red Green Blue C M Y K H S L
Decimal 17 117 137 0.88 0.15 0 0.46 190 0.78 0.3
Hex 11 75 89 58 F 0 2E BE 4E 1E
Octal 21 165 211 130 17 0 56 276 116 36
Binary 10001 1110101 10001001 1011000 1111 0 101110 10111110 1001110 11110

Color Harmonies of #117589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117589

Black with #117589

Text Example


Text Example

White with #117589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117589; }

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

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

background-color css

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

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

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

border-color css

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

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

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