Html Css Color HEX #117279 Allports

📋 copy color: '#117279'

red 17 ◦ green 114 ◦ blue 121

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

Shades of Allports #117279

Tints of Allports #117279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.24%

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

R = 6.75%
G = 45.24%
B = 48.02%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#117279 (or 0x117279) is known color: Allports. HEX triplet: 11, 72 and 79. RGB value is (17,114,121). Sum of RGB (Red+Green+Blue) = 17+114+121=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #117279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117279 is #EE8D86. Grayscale: #555555. Windows color (decimal): -15633799 or 7959057. OLE color: 7959057.

HSL color Cylindrical-coordinate representation of color #117279: hue angle of 184.04º 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 #117279 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 114 121 -
CMYK 0.86 0.06 0 0.53
HSL 184.04º 0.75% 0.27% -
HSV(B) 184.04º 0.86% 0.47% -
XYZ 9.7 13.53 20.19 -
YUV 85.8 147.86 78.93 -
System Red Green Blue C M Y K H S L
Decimal 17 114 121 0.86 0.06 0 0.53 184.04 0.75 0.27
Hex 11 72 79 56 6 0 35 B8 4B 1B
Octal 21 162 171 126 6 0 65 270 113 33
Binary 10001 1110010 1111001 1010110 110 0 110101 10111000 1001011 11011

Color Harmonies of #117279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117279

Black with #117279

Text Example


Text Example

White with #117279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117279; }

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

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

background-color css

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

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

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

border-color css

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

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

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