#105C77

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

Shades of Allports #105C77

Tints of Allports #105C77

Color information

#105C77 (or 0x105C77) is unknown color: approx Allports. HEX triplet: 10, 5C and 77. RGB value is (16,92,119). Sum of RGB (Red+Green+Blue) = 16+92+119=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #105C77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105C77 is #EFA388. Grayscale: #484848. Windows color (decimal): -15704969 or 7822352. OLE color: 7822352.

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

Color convert

RGB1692119-
CMYK0.870.2300.53
HSL195.73º76.3%26.47%-
HSV(B)195.73º86.55%46.67%-
XYZ7.379.118.82-
YUV72.35154.3287.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.05%
GREEN value IS 92 (36.33% from 255) = 40.53%
BLUE value IS 119 (46.88% from 255) = 52.42%
R=7.05%
G=40.53%
B=52.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16921190.870.2300.53195.7376.326.47
Hex105C775717035c44c1a
Octal201341671272706530411432
Binary1000010111001110111101011110111011010111000100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,92,119); }

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

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

 a { background-color: rgb(16,92,119); }

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

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

 span { border-color: rgb(16,92,119); }

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