#11688B

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

Shades of Allports #11688B

Tints of Allports #11688B

Color information

#11688B (or 0x11688B) is unknown color: approx Allports. HEX triplet: 11, 68 and 8B. RGB value is (17,104,139). Sum of RGB (Red+Green+Blue) = 17+104+139=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #11688B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11688B is #EE9774. Grayscale: #515151. Windows color (decimal): -15636341 or 9136145. OLE color: 9136145.

HSL color Cylindrical-coordinate representation of color #11688B: hue angle of 197.21º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11688B is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB17104139-
CMYK0.880.2500.45
HSL197.21º78.21%30.59%-
HSV(B)197.21º87.77%54.51%-
XYZ9.8411.8826.2-
YUV81.98160.1881.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.54%
GREEN value IS 104 (41.02% from 255) = 40%
BLUE value IS 139 (54.69% from 255) = 53.46%
R=6.54%
G=40%
B=53.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal171041390.880.2500.45197.2178.2130.59
Hex11688B581902Dc54e1f
Octal211502131303105530511637
Binary10001110100010001011101100011001010110111000101100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,104,139); }

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

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

 a { background-color: rgb(17,104,139); }

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

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

 span { border-color: rgb(17,104,139); }

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