#11688E

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

Shades of Allports #11688E

Tints of Allports #11688E

Color information

#11688E (or 0x11688E) is unknown color: approx Allports. HEX triplet: 11, 68 and 8E. RGB value is (17,104,142). Sum of RGB (Red+Green+Blue) = 17+104+142=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #11688E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11688E is #EE9771. Grayscale: #525252. Windows color (decimal): -15636338 or 9332753. OLE color: 9332753.

HSL color Cylindrical-coordinate representation of color #11688E: hue angle of 198.24º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11688E is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB17104142-
CMYK0.880.2700.44
HSL198.24º78.62%31.18%-
HSV(B)198.24º88.03%55.69%-
XYZ10.0611.9727.37-
YUV82.32161.6881.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.46%
GREEN value IS 104 (41.02% from 255) = 39.54%
BLUE value IS 142 (55.86% from 255) = 53.99%
R=6.46%
G=39.54%
B=53.99%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal171041420.880.2700.44198.2478.6231.18
Hex11688E581B02Cc64f1f
Octal211502161303305430611737
Binary10001110100010001110101100011011010110011000110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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