#106785

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

Shades of Allports #106785

Tints of Allports #106785

Color information

#106785 (or 0x106785) is unknown color: approx Allports. HEX triplet: 10, 67 and 85. RGB value is (16,103,133). Sum of RGB (Red+Green+Blue) = 16+103+133=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #106785 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106785 is #EF987A. Grayscale: #505050. Windows color (decimal): -15702139 or 8742672. OLE color: 8742672.

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

Color convert

RGB16103133-
CMYK0.880.2300.48
HSL195.38º78.52%29.22%-
HSV(B)195.38º87.97%52.16%-
XYZ9.311.523.92-
YUV80.41157.6882.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.35%
GREEN value IS 103 (40.62% from 255) = 40.87%
BLUE value IS 133 (52.34% from 255) = 52.78%
R=6.35%
G=40.87%
B=52.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal161031330.880.2300.48195.3878.5229.22
Hex1067855817030c34f1d
Octal201472051302706030311735
Binary10000110011110000101101100010111011000011000011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106785; }

 p { color: rgb(16,103,133); }

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

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

 a { background-color: rgb(16,103,133); }

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

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

 span { border-color: rgb(16,103,133); }

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