#105E78

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

Shades of Allports #105E78

Tints of Allports #105E78

Color information

#105E78 (or 0x105E78) is unknown color: approx Allports. HEX triplet: 10, 5E and 78. RGB value is (16,94,120). Sum of RGB (Red+Green+Blue) = 16+94+120=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #105E78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105E78 is #EFA187. Grayscale: #494949. Windows color (decimal): -15704456 or 7888400. OLE color: 7888400.

HSL color Cylindrical-coordinate representation of color #105E78: hue angle of 195º 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 #105E78 is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1694120-
CMYK0.870.2200.53
HSL195º76.47%26.67%-
HSV(B)195º86.67%47.06%-
XYZ7.619.4719.2-
YUV73.64154.1686.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.96%
GREEN value IS 94 (37.11% from 255) = 40.87%
BLUE value IS 120 (47.27% from 255) = 52.17%
R=6.96%
G=40.87%
B=52.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16941200.870.2200.5319576.4726.67
Hex105E785716035c34c1b
Octal201361701272606530311433
Binary1000010111101111000101011110110011010111000011100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105E78; }

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

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

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

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

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

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

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

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