Html Css Color HEX #117089 Allports

📋 copy color: '#117089'

red 17 ◦ green 112 ◦ blue 137

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

Shades of Allports #117089

Tints of Allports #117089

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.11%

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

R = 6.39%
G = 42.11%
B = 51.5%

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

#117089 (or 0x117089) is known color: Allports. HEX triplet: 11, 70 and 89. RGB value is (17,112,137). Sum of RGB (Red+Green+Blue) = 17+112+137=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #117089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117089 is #EE8F76. Grayscale: #565656. Windows color (decimal): -15634295 or 9007121. OLE color: 9007121.

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

Color convert

RGB 17 112 137 -
CMYK 0.88 0.18 0 0.46
HSL 192.5º 0.78% 0.3% -
HSV(B) 192.5º 0.88% 0.54% -
XYZ 10.54 13.51 25.72 -
YUV 86.45 156.53 78.47 -
System Red Green Blue C M Y K H S L
Decimal 17 112 137 0.88 0.18 0 0.46 192.5 0.78 0.3
Hex 11 70 89 58 12 0 2E C0 4E 1E
Octal 21 160 211 130 22 0 56 300 116 36
Binary 10001 1110000 10001001 1011000 10010 0 101110 11000000 1001110 11110

Color Harmonies of #117089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117089

Black with #117089

Text Example


Text Example

White with #117089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117089; }

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

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

background-color css

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

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

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

border-color css

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

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

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