#105F77

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

Shades of Allports #105F77

Tints of Allports #105F77

Color information

#105F77 (or 0x105F77) is unknown color: approx Allports. HEX triplet: 10, 5F and 77. RGB value is (16,95,119). Sum of RGB (Red+Green+Blue) = 16+95+119=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #105F77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105F77 is #EFA088. Grayscale: #494949. Windows color (decimal): -15704201 or 7823120. OLE color: 7823120.

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

Color convert

RGB1695119-
CMYK0.870.2000.53
HSL193.98º76.3%26.47%-
HSV(B)193.98º86.55%46.67%-
XYZ7.649.6318.91-
YUV74.11153.3386.55-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.96%
GREEN value IS 95 (37.5% from 255) = 41.30%
BLUE value IS 119 (46.88% from 255) = 51.74%
R=6.96%
G=41.30%
B=51.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16951190.870.2000.53193.9876.326.47
Hex105F775714035c24c1a
Octal201371671272406530211432
Binary1000010111111110111101011110100011010111000010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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