#106178

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

Shades of Allports #106178

Tints of Allports #106178

Color information

#106178 (or 0x106178) is unknown color: approx Allports. HEX triplet: 10, 61 and 78. RGB value is (16,97,120). Sum of RGB (Red+Green+Blue) = 16+97+120=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #106178 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106178 is #EF9E87. Grayscale: #4B4B4B. Windows color (decimal): -15703688 or 7889168. OLE color: 7889168.

HSL color Cylindrical-coordinate representation of color #106178: hue angle of 193.27º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #106178 is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1697120-
CMYK0.870.1900.53
HSL193.27º76.47%26.67%-
HSV(B)193.27º86.67%47.06%-
XYZ7.8810.0219.29-
YUV75.4153.1685.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.87%
GREEN value IS 97 (38.28% from 255) = 41.63%
BLUE value IS 120 (47.27% from 255) = 51.50%
R=6.87%
G=41.63%
B=51.50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16971200.870.1900.53193.2776.4726.67
Hex1061785713035c14c1b
Octal201411701272306530111433
Binary1000011000011111000101011110011011010111000001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106178; }

 p { color: rgb(16,97,120); }

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

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

 a { background-color: rgb(16,97,120); }

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

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

 span { border-color: rgb(16,97,120); }

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