Html Css Color HEX #11727D Allports

📋 copy color: '#11727D'

red 17 ◦ green 114 ◦ blue 125

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

Shades of Allports #11727D

Tints of Allports #11727D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 48.83%

R = 6.64%
G = 44.53%
B = 48.83%

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

#11727D (or 0x11727D) is known color: Allports. HEX triplet: 11, 72 and 7D. RGB value is (17,114,125). Sum of RGB (Red+Green+Blue) = 17+114+125=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #11727D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11727D is #EE8D82. Grayscale: #565656. Windows color (decimal): -15633795 or 8221201. OLE color: 8221201.

HSL color Cylindrical-coordinate representation of color #11727D: hue angle of 186.11º 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 #11727D is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 114 125 -
CMYK 0.86 0.09 0 0.51
HSL 186.11º 0.76% 0.28% -
HSV(B) 186.11º 0.86% 0.49% -
XYZ 9.95 13.63 21.51 -
YUV 86.25 149.86 78.61 -
System Red Green Blue C M Y K H S L
Decimal 17 114 125 0.86 0.09 0 0.51 186.11 0.76 0.28
Hex 11 72 7D 56 9 0 33 BA 4C 1C
Octal 21 162 175 126 11 0 63 272 114 34
Binary 10001 1110010 1111101 1010110 1001 0 110011 10111010 1001100 11100

Color Harmonies of #11727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11727D

Black with #11727D

Text Example


Text Example

White with #11727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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