Html Css Color HEX #117079 Allports

📋 copy color: '#117079'

red 17 ◦ green 112 ◦ blue 121

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

Shades of Allports #117079

Tints of Allports #117079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 48.4%

R = 6.8%
G = 44.8%
B = 48.4%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#117079 (or 0x117079) is known color: Allports. HEX triplet: 11, 70 and 79. RGB value is (17,112,121). Sum of RGB (Red+Green+Blue) = 17+112+121=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 121 - color contains mainly: blue. Hex color #117079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117079 is #EE8F86. Grayscale: #545454. Windows color (decimal): -15634311 or 7958545. OLE color: 7958545.

HSL color Cylindrical-coordinate representation of color #117079: hue angle of 185.19º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117079 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 112 121 -
CMYK 0.86 0.07 0 0.53
HSL 185.19º 0.75% 0.27% -
HSV(B) 185.19º 0.86% 0.47% -
XYZ 9.48 13.09 20.12 -
YUV 84.62 148.53 79.77 -
System Red Green Blue C M Y K H S L
Decimal 17 112 121 0.86 0.07 0 0.53 185.19 0.75 0.27
Hex 11 70 79 56 7 0 35 B9 4B 1B
Octal 21 160 171 126 7 0 65 271 113 33
Binary 10001 1110000 1111001 1010110 111 0 110101 10111001 1001011 11011

Color Harmonies of #117079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117079

Black with #117079

Text Example


Text Example

White with #117079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117079; }

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

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

background-color css

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

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

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

border-color css

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

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

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