Html Css Color HEX #11717C Allports

📋 copy color: '#11717C'

red 17 ◦ green 113 ◦ blue 124

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

Shades of Allports #11717C

Tints of Allports #11717C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 48.82%

R = 6.69%
G = 44.49%
B = 48.82%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11717C (or 0x11717C) is known color: Allports. HEX triplet: 11, 71 and 7C. RGB value is (17,113,124). Sum of RGB (Red+Green+Blue) = 17+113+124=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #11717C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11717C is #EE8E83. Grayscale: #555555. Windows color (decimal): -15634052 or 8155409. OLE color: 8155409.

HSL color Cylindrical-coordinate representation of color #11717C: hue angle of 186.17º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11717C is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 113 124 -
CMYK 0.86 0.09 0 0.51
HSL 186.17º 0.76% 0.28% -
HSV(B) 186.17º 0.86% 0.49% -
XYZ 9.77 13.38 21.14 -
YUV 85.55 149.7 79.11 -
System Red Green Blue C M Y K H S L
Decimal 17 113 124 0.86 0.09 0 0.51 186.17 0.76 0.28
Hex 11 71 7C 56 9 0 33 BA 4C 1C
Octal 21 161 174 126 11 0 63 272 114 34
Binary 10001 1110001 1111100 1010110 1001 0 110011 10111010 1001100 11100

Color Harmonies of #11717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11717C

Black with #11717C

Text Example


Text Example

White with #11717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11717C; }

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

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

background-color css

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

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

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

border-color css

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

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

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