#105E7C

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

Shades of Allports #105E7C

Tints of Allports #105E7C

Color information

#105E7C (or 0x105E7C) is unknown color: approx Allports. HEX triplet: 10, 5E and 7C. RGB value is (16,94,124). Sum of RGB (Red+Green+Blue) = 16+94+124=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 94 (37.11% from 255 or 40.17% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #105E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105E7C is #EFA183. Grayscale: #494949. Windows color (decimal): -15704452 or 8150544. OLE color: 8150544.

HSL color Cylindrical-coordinate representation of color #105E7C: hue angle of 196.67º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #105E7C is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1694124-
CMYK0.870.2400.51
HSL196.67º77.14%27.45%-
HSV(B)196.67º87.1%48.63%-
XYZ7.859.5720.5-
YUV74.1156.1686.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.84%
GREEN value IS 94 (37.11% from 255) = 40.17%
BLUE value IS 124 (48.83% from 255) = 52.99%
R=6.84%
G=40.17%
B=52.99%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal16941240.870.2400.51196.6777.1427.45
Hex105E7C5718033c54d1b
Octal201361741273006330511533
Binary1000010111101111100101011111000011001111000101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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