#11697B

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

Shades of Allports #11697B

Tints of Allports #11697B

Color information

#11697B (or 0x11697B) is unknown color: approx Allports. HEX triplet: 11, 69 and 7B. RGB value is (17,105,123). Sum of RGB (Red+Green+Blue) = 17+105+123=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #11697B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11697B is #EE9684. Grayscale: #505050. Windows color (decimal): -15636101 or 8087825. OLE color: 8087825.

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

Color convert

RGB17105123-
CMYK0.860.1500.52
HSL190.19º75.71%27.45%-
HSV(B)190.19º86.18%48.24%-
XYZ8.8611.6520.52-
YUV80.74151.8582.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.94%
GREEN value IS 105 (41.41% from 255) = 42.86%
BLUE value IS 123 (48.44% from 255) = 50.20%
R=6.94%
G=42.86%
B=50.20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal171051230.860.1500.52190.1975.7127.45
Hex11697B56F034be4c1b
Octal211511731261706427611433
Binary100011101001111101110101101111011010010111110100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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