#107585

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

Shades of Allports #107585

Tints of Allports #107585

Color information

#107585 (or 0x107585) is unknown color: approx Allports. HEX triplet: 10, 75 and 85. RGB value is (16,117,133). Sum of RGB (Red+Green+Blue) = 16+117+133=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #107585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107585 is #EF8A7A. Grayscale: #585858. Windows color (decimal): -15698555 or 8746256. OLE color: 8746256.

HSL color Cylindrical-coordinate representation of color #107585: hue angle of 188.21º 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 #107585 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB16117133-
CMYK0.880.1200.48
HSL188.21º78.52%29.22%-
HSV(B)188.21º87.97%52.16%-
XYZ10.8114.5324.42-
YUV88.63153.0476.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.02%
GREEN value IS 117 (46.09% from 255) = 43.98%
BLUE value IS 133 (52.34% from 255) = 50%
R=6.02%
G=43.98%
B=50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal161171330.880.1200.48188.2178.5229.22
Hex10758558C030bc4f1d
Octal201652051301406027411735
Binary1000011101011000010110110001100011000010111100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107585; }

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

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

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

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

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

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

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

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