#11607B

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

Shades of Allports #11607B

Tints of Allports #11607B

Color information

#11607B (or 0x11607B) is unknown color: approx Allports. HEX triplet: 11, 60 and 7B. RGB value is (17,96,123). Sum of RGB (Red+Green+Blue) = 17+96+123=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #11607B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11607B is #EE9F84. Grayscale: #4B4B4B. Windows color (decimal): -15638405 or 8085521. OLE color: 8085521.

HSL color Cylindrical-coordinate representation of color #11607B: hue angle of 195.28º 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 #11607B is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1796123-
CMYK0.860.2200.52
HSL195.28º75.71%27.45%-
HSV(B)195.28º86.18%48.24%-
XYZ7.999.9120.23-
YUV75.46154.8386.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.20%
GREEN value IS 96 (37.89% from 255) = 40.68%
BLUE value IS 123 (48.44% from 255) = 52.12%
R=7.20%
G=40.68%
B=52.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17961230.860.2200.52195.2875.7127.45
Hex11607B5616034c34c1b
Octal211401731262606430311433
Binary1000111000001111011101011010110011010011000011100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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