#106586

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

Shades of Allports #106586

Tints of Allports #106586

Color information

#106586 (or 0x106586) is unknown color: approx Allports. HEX triplet: 10, 65 and 86. RGB value is (16,101,134). Sum of RGB (Red+Green+Blue) = 16+101+134=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 134 (52.73% from 255 or 53.39% from 251); Max value from RGB is 134 - color contains mainly: blue. Hex color #106586 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106586 is #EF9A79. Grayscale: #4F4F4F. Windows color (decimal): -15702650 or 8807696. OLE color: 8807696.

HSL color Cylindrical-coordinate representation of color #106586: hue angle of 196.78º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #106586 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB16101134-
CMYK0.880.2500.47
HSL196.78º78.67%29.41%-
HSV(B)196.78º88.06%52.55%-
XYZ9.1711.1424.22-
YUV79.35158.8482.82-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.37%
GREEN value IS 101 (39.84% from 255) = 40.24%
BLUE value IS 134 (52.73% from 255) = 53.39%
R=6.37%
G=40.24%
B=53.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal161011340.880.2500.47196.7878.6729.41
Hex106586581902Fc54f1d
Octal201452061303105730511735
Binary10000110010110000110101100011001010111111000101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106586; }

 p { color: rgb(16,101,134); }

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

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

 a { background-color: rgb(16,101,134); }

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

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

 span { border-color: rgb(16,101,134); }

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