Html Css Color HEX #11718A Allports

📋 copy color: '#11718A'

red 17 ◦ green 113 ◦ blue 138

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

Shades of Allports #11718A

Tints of Allports #11718A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.16%

 BLUE value IS 138 (54.3% from 255) = 51.49%

R = 6.34%
G = 42.16%
B = 51.49%

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

#11718A (or 0x11718A) is known color: Allports. HEX triplet: 11, 71 and 8A. RGB value is (17,113,138). Sum of RGB (Red+Green+Blue) = 17+113+138=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #11718A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11718A is #EE8E75. Grayscale: #565656. Windows color (decimal): -15634038 or 9072913. OLE color: 9072913.

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

Color convert

RGB 17 113 138 -
CMYK 0.88 0.18 0 0.46
HSL 192.4º 0.78% 0.3% -
HSV(B) 192.4º 0.88% 0.54% -
XYZ 10.72 13.76 26.14 -
YUV 87.15 156.7 77.97 -
System Red Green Blue C M Y K H S L
Decimal 17 113 138 0.88 0.18 0 0.46 192.4 0.78 0.3
Hex 11 71 8A 58 12 0 2E C0 4E 1E
Octal 21 161 212 130 22 0 56 300 116 36
Binary 10001 1110001 10001010 1011000 10010 0 101110 11000000 1001110 11110

Color Harmonies of #11718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11718A

Black with #11718A

Text Example


Text Example

White with #11718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11718A; }

 p { color: rgb(17,113,138); }

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

background-color css

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

 a { background-color: rgb(17,113,138); }

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

border-color css

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

 span { border-color: rgb(17,113,138); }

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