#11727B

Color #11727B Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #11727B

Tints of Allports #11727B

Color information

#11727B (or 0x11727B) is unknown color: approx Allports. HEX triplet: 11, 72 and 7B. RGB value is (17,114,123). Sum of RGB (Red+Green+Blue) = 17+114+123=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #11727B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11727B is #EE8D84. Grayscale: #555555. Windows color (decimal): -15633797 or 8090129. OLE color: 8090129.

HSL color Cylindrical-coordinate representation of color #11727B: hue angle of 185.09º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11727B is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB17114123-
CMYK0.860.0700.52
HSL185.09º75.71%27.45%-
HSV(B)185.09º86.18%48.24%-
XYZ9.8213.5820.84-
YUV86.02148.8678.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.69%
GREEN value IS 114 (44.92% from 255) = 44.88%
BLUE value IS 123 (48.44% from 255) = 48.43%
R=6.69%
G=44.88%
B=48.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal171141230.860.0700.52185.0975.7127.45
Hex11727B567034b94c1b
Octal21162173126706427111433
Binary10001111001011110111010110111011010010111001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #11727B;
 }
 .AnyTagClassName
 {
   color: #11727B;
 }
</style>
background-color css

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

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

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

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

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

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