#11698A

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

Shades of Allports #11698A

Tints of Allports #11698A

Color information

#11698A (or 0x11698A) is unknown color: approx Allports. HEX triplet: 11, 69 and 8A. RGB value is (17,105,138). Sum of RGB (Red+Green+Blue) = 17+105+138=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #11698A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11698A is #EE9675. Grayscale: #525252. Windows color (decimal): -15636086 or 9070865. OLE color: 9070865.

HSL color Cylindrical-coordinate representation of color #11698A: hue angle of 196.36º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11698A is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB17105138-
CMYK0.880.2400.46
HSL196.36º78.06%30.39%-
HSV(B)196.36º87.68%54.12%-
XYZ9.8712.0625.85-
YUV82.45159.3581.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.54%
GREEN value IS 105 (41.41% from 255) = 40.38%
BLUE value IS 138 (54.30% from 255) = 53.08%
R=6.54%
G=40.38%
B=53.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal171051380.880.2400.46196.3678.0630.39
Hex11698A581802Ec44e1e
Octal211512121303005630411636
Binary10001110100110001010101100011000010111011000100100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11698A; }

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

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

<style>
 a { background-color: #11698A; }

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

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

<style>
 span { border-color: #11698A; }

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

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